ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: Send a window to the Next or Previous Monitor in the same position.

<< < (4/4)

3of0:
This is pretty slick! :D  Is there maybe a way to easily change the keys used?  I don't have a num pad easily accessable.  Strange gaming keyboard and all. :P

Thanks! :D

mmdoogie:
Is there maybe a way to easily change the keys used?
-rwremsik (April 07, 2009, 08:19 PM)
--- End quote ---

There isn't any way from the interface, but its easy enough to edit the script.
Just open up the .ahk file with notepad.

You will see a few lines that look like this:
^!NumpadAdd::

Change that to whatever you want the hotkey to be.
# stands for the windows key, ! is alt, ^ is control, + is shift.
If you want a letter on the keyboard, you can use that directly.
The special keys that have the names are listed here http://www.autohotkey.com/docs/KeyList.htm

--matt

edit: fixed typo as pointed out by tomos

tomos:
^ stands for the windows key, ! is alt, ^ is control, + is shift.
-mmdoogie (April 07, 2009, 09:00 PM)
--- End quote ---

small mistake there!
# is the Win key

see also
http://www.autohotkey.com/docs/Hotkeys.htm

skrommel:
 :) Try MaxMove posted at https://www.donationcoder.com/forum/index.php?topic=15072.msg135424#msg135424

Skrommel

Navigation

[0] Message Index

[*] Previous page

Go to full version