Suppressing a modifier key on specific key presses

2015-03-07 Thread Rocky Backer
Hi, Here is my usecase: I want to send " + " when I press and send "" when I press " + ". All other modifier combinations with key must be the same(as in normal behavior). I have achieved most of this behavior with the xkb configurations listed below. The only trouble I am facing is in the xkb_

Re: Suppressing a modifier key on specific key presses

2015-03-08 Thread Rocky Backer
Thank you very much for the quick reply. > Yes. The modifier specified with interpret is not related to the > status, but with to modifier map. So F5+Exactly(Super) kicks if you > enter keysym F5 on a key with has Super in its modifier map. > > Thanks for this information. I understand much be