Search found 5 matches

by bkrstmuse
14 Jan 2019, 11:18
Forum: Ask for Help (v1)
Topic: AHK will not override Windows default hotkeys
Replies: 9
Views: 2993

Re: AHK will not override Windows default hotkeys

both LWin & Right:: and #Right:: produce the same result: Did Win + Right keys in any case trigger Start menu? P.s.: To override multimedia keys you might try: ;pause/play button = space vkB3::Send % " " ;Search button = full screen *vkAA::Send % "f" P.p.s.: What about testing it with a different k...
by bkrstmuse
13 Jan 2019, 19:51
Forum: Ask for Help (v1)
Topic: AHK will not override Windows default hotkeys
Replies: 9
Views: 2993

Re: AHK will not override Windows default hotkeys

both LWin & Right:: and #Right:: produce the same result: 5B 15B d 4.77 LWin 27 14D h d 0.22 Right 11 01D i d 0.00 Control 11 01D i u 0.00 Control 5B 15B i u 0.00 LWin 23 14F i d 0.00 End 23 14F i u 0.00 End 11 01D i d 0.00 Control 5B 15B i d 0.00 LWin 11 01D i u 0.00 Control 27 14D s u 0.16 Right 5...
by bkrstmuse
13 Jan 2019, 18:03
Forum: Ask for Help (v1)
Topic: AHK will not override Windows default hotkeys
Replies: 9
Views: 2993

Re: AHK will not override Windows default hotkeys

Tried that. Still same problem.
by bkrstmuse
13 Jan 2019, 16:18
Forum: Ask for Help (v1)
Topic: AHK will not override Windows default hotkeys
Replies: 9
Views: 2993

AHK will not override Windows default hotkeys

I'm trying to do something simple in Windows 10: hotkeys to reprogram buttons on my remote. I want the "Media_Play_Pause" button to send {space} and the "Browser_Search" button to send "F" (used for full screen). The hotkeys run fine but they don't override the default Windows actions. Here's my scr...

Go to advanced search