Extensions
: K-Meleon Forum
All about K-Meleon extensions.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=SoerenB] Well, feeling a bit like an idiot now - there was no need for that elaborate warning in the script's head. It can be started from anywhere and can act upon any draggeable window. Just be sure to not cover up every 'calling item'** by all your draggin'! But of course (-slap on my forehead!) My wounderful toolbar button is not the only way to call it: You can put a *Windows Shortcut for it anywhere (desk, startm., QuickLaunch, Rocketdock...) If you define a Windows Hotkey in that shortcut, you can call it by keys when everything is covered with dragged windows.... .....YOU CAN EVEN add it to any context menu of KM, thus making literally the whole KM-Window a dragging hotspot. (I would suggest the DocumentMenu). If you manage to not have any spaces in the path to .exe and .ahk, the format for the calling strings is simple: in my case, it is: "C:\ahks\autohotkey.exe WinDrag.ahk" WITHOUT THE QUOTES! for the WindowsShortcut. RocketDock was a bit tricky, it wants "C:\ahks\AutoHotkey.exe" as "target" and "WinDrag.ahk" as Arguments NO QUOTES again. The WinDrag.kmm would require: #----------WinDrag WinDrag{ exec("C:\\ahks\\AutoHotkey.exe C:\\ahks\\WinDrag.ahk"); } Win_Drag_BuildMenu{ setmenu("&View",macro,"DRAGGER",WinDrag); } $OnInit=$OnInit.Win_Drag_BuildMenu;"; ##------------------------------------------------------------------------------- $macroModules=$macroModules."WinDrag;"; ...and the Button action would be invoked by: %ifplugin macros macros(WinDrag) %endif[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development