Page 1 of 1

Shortcut - two keys pressed

Posted: Apr 4th, ’14, 10:07
by ssystem
Is there a way to make a shortcut which would monitor all the keys on a keyboard? For example, I want my command triggered by pressing keys x and y together (x and y alone would not trigger anything).

I cannot find how to set this. Thanks.

Re: Shortcut - two keys pressed

Posted: Apr 6th, ’14, 17:15
by Marko
Look here: http://www.fastkeysautomation.com/forum ... tcut#p1004
Check for FastKeys updates, more advanced shortcut possibilities will be enabled in the next release.

Re: Shortcut - two keys pressed

Posted: Apr 9th, ’14, 21:32
by Marko
This has now been implemented. Double-click on a shortcut field and enter a shortcut according to AutoHotkey syntax.

For example, in you case you simply enter X & Y as a shortcut. Or better ~X & Y to keep the x and y keys functioning.