crimsoncantab / aok-hotkeys

Hotkey Editor for Age of Empires II
Other
25 stars 9 forks source link

Form to manually enter key code. #4

Open crimsoncantab opened 11 years ago

crimsoncantab commented 11 years ago

Some key combinations (e.g. Ctrl+T) cannot be captured in certain browsers. A form to manually specify the keycode and active modifier keys can be a workaround.

crimsoncantab commented 11 years ago

The problem is solved, arguably better, with #26.

Vollkornaffe commented 5 years ago

Workaround with accessing internal function assign_key:

select field to edit, open console and type in something like

assign_key({code: 115, shift: false, alt: true, ctrl: false})