input_filter: dead-key sequence support

Issue #3483
This commit is contained in:
Christian Helmuth
2019-08-23 14:33:49 +02:00
parent 4491c070be
commit ca850c787f
5 changed files with 317 additions and 58 deletions

View File

@@ -22,7 +22,6 @@
</remap>
<mod1>
<key name="KEY_LEFTSHIFT"/> <key name="KEY_RIGHTSHIFT"/>
<rom name="capslock"/>
</mod1>
<mod2>
<key name="KEY_LEFTCTRL"/> <key name="KEY_RIGHTCTRL"/>
@@ -30,6 +29,9 @@
<mod3>
<key name="KEY_RIGHTALT"/> <!-- AltGr -->
</mod3>
<mod4>
<rom name="capslock"/>
</mod4>
<repeat delay_ms="230" rate_ms="40"/>
<include rom="en_us.chargen"/>
<include rom="special.chargen"/>