guilryder / clavier-plus

Clavier+ keyboard shortcuts manager for Windows
https://gryder.org/software/clavier-plus/
GNU General Public License v3.0
334 stars 22 forks source link

Holding Ctrl+Alt gets ignored #5

Closed wdscxsj closed 4 years ago

wdscxsj commented 4 years ago

I'm not sure if this behavior is by design or not, but it's quite different from how Windows Explorer handles global shortcuts. An option to change it will be truly appreciated.

To reproduce:

  1. Assign a shortcut Ctrl+Alt+n to launch Notepad.
  2. Press Ctrl+Alt+n once to open a Notepad instance.
  3. Still holding Ctrl+Alt, press the n key repeatedly. This time, no new instances of Notepad are created, but only a series of n characters are typed into the first Notepad window.

In contrast, if a global shortcut is assigned to a shortcut of Notepad and thus handled by Explorer, the above keystrokes will create multiple Notepad instances.

guilryder commented 4 years ago

This is a known limitation: http://utilfr42.free.fr/util/ClavierDoc.php#limits-repetition

wdscxsj commented 4 years ago

@guilryder Thanks for the pointer! I should've read the doc better.