IronAHK
IronAHK copied to clipboard
Hotkey on Ctrl+Windows key does not fire on Ubuntu
Assigning a shortcut to a combination of Windows (#) and Ctrl (!) does not seem to work on Ubuntu using mono.
The following command won't be triggered: ^#C::Run("chromium-browser", ~/., min, TestPID, true) While the simpler #C::Run("chromium-browser", ~/., min, TestPID, true) or ^C::Run("chromium-browser", ~/., min, TestPID, true) will.
Also note that assigning the #C shortcut will correctly launch chromium, but will still send the initial C key.
See my reply to issue #34 for an in-depth answer.