चर्चा » विकास

is there a key remap script?

is there a key remap script?

as the title said

is there a key remap script?

for example when i click "Middle Mouse Button" (MMB) it will also click " F " key

thanks in advance

woxxomनियामक
§
पोस्ट केले: 2015-05-02

Have you tried all the browser extensions that allow to define custom hotkeys/shortcuts and so on?

Have you tried all the browser extensions that allow to define custom hotkeys/shortcuts and so on?

most of the custom hotkeys/shortcuts they give is limited , i cant find any hotkey that i can remap any key at all :(

woxxomनियामक
§
पोस्ट केले: 2015-05-02

Seems like userscripts-generated keypress events won't be seen on the page, this is by design for security reasons. You can use an Autohotkey script, though:

#ifwinactive ahk_class Chrome_WidgetWin_1
   ~MButton::send F
  ; "~" before MButton passes the mouse click to Chrome as well as the F key
#ifwinactive

Install Autohotkey, save the code to anyname.ahk file and launch it. You can add the script in the Startup group in Start menu to run it when Windows starts.

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.