IronAHK icon indicating copy to clipboard operation
IronAHK copied to clipboard

Hotkey on Ctrl+Windows key does not fire on Ubuntu

Open pixelastic opened this issue 13 years ago • 1 comments

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.

pixelastic avatar Mar 19 '11 22:03 pixelastic

See my reply to issue #34 for an in-depth answer.

TobiasKappe avatar Mar 27 '11 14:03 TobiasKappe