Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

Hotkey on Ctrl+Windows key does not fire on Ubuntu #33

Open
pixelastic opened this issue Mar 19, 2011 · 1 comment
Open

Hotkey on Ctrl+Windows key does not fire on Ubuntu #33

pixelastic opened this issue Mar 19, 2011 · 1 comment

Comments

@pixelastic
Copy link

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.

@TobiasKappe
Copy link
Collaborator

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants