scottkirkwood / key-mon

Automatically exported from code.google.com/p/key-mon
Apache License 2.0
141 stars 38 forks source link

no support for ISO_LEVEL5_SHIFT #78

Closed Drezil closed 2 years ago

Drezil commented 8 years ago

Hi there.

I don't know if you are still active on this project.

I wanted to have key-mon for screencasting and i have issues with my keyboard-layout (de_neo - http://neo-layout.org/ ) as this layout has 2 more modifiers (alt-gr acts way different than alt unlocking layer 4 by sending ISO_LEVEL5_SHIFT, caps acts as ISO_LEVEL3_SHIFT and some other stuff is funny as well... )

I hacked together a fork that works for me, but its not ideal - as i hardcoded level3 to caps and level5 to AltGr (which is wrong for basically any other layout): https://github.com/Drezil/key-mon/commit/e72da8b67fd4bbd8570a817947a54ae25f5c0511

I also added missing KEY_DEAD_CIRCUMFLEX to the xlib. Maybe you are interested in a pull as soon as i have polished it up (if you wish)

And i also just added the keys for one theme and not for all shipped..

scottkirkwood commented 2 years ago

I've added ISO_LEVEL5_SHIFT and KEY_DEAD_CIRCUMFLEX to xlib.

Drezil commented 2 years ago

Thank you! 💜