melloware / jintellitype

JIntellitype is a Java API for interacting with Microsoft Intellitype commands as well as registering for Global Hotkeys in your Java application.
Apache License 2.0
171 stars 42 forks source link

when JIntellitypeDemo running and registerHotKey , some key does not work #80

Closed DengYuncheng27 closed 2 years ago

DengYuncheng27 commented 2 years ago

when the demo running , some key does not work , like ' c ' , ' ; ' in keybord. system version : win 11.

melloware commented 2 years ago

some might be blocked by Windows 11. It used to allow all keys not Microsoft doesn't allow some keys to be bound as hotkeys.

DengYuncheng27 commented 2 years ago

I can understand it now . Thank you for your patience.