Shortcut issue

Associate
Joined
28 Apr 2011
Posts
979
Location
UK
Hello all,

I am using 2 pieces of software to create a till interface. to cut it short I want to make a keyboard shortcut (alt+F) do 2 functions at the same time; finish an order when alt + f is pressed (it does this as standard) and in the same key press activate a screen saver, issue is when I set alt +f to activate screensaver (in actual window manager software) the same shortcut won't work for finish order.

Is there any easy way to make it work for both so pressing alt + F finishes order and starts screensaver?
 
autohotkeys perhaps help you?

Set the shortcut for finish order to alt+g, set the shortcut for screensaver to alt+h then set the shortcut for the autohotkeys macro to alt+f (which then triggers alt+g and then alt+h)

Just a though.
 
Halfmad great that would do what I wan't I think!

Can I ask if you could make a script that makes "scroll lock" key press Alt + G and Alt + F?

I would be VERY grateful!
 
Back
Top Bottom