bfritscher / carnac

A utility to give some insight into how you use your keyboard
http://carnackeys.com/
Microsoft Public License
691 stars 69 forks source link

use current keyboard layout #40

Open mugiseyebrows opened 3 years ago

mugiseyebrows commented 3 years ago

Keyboard layout of active window can be changed during runtime, so I think it's a good idea to query current layout of active window for each keypress (different processes can have different keyboard layout). I put it in into KeyPressDefinition, but maybe it will be better to put it into InterceptKeyEventArgs