You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: