This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
gtk2
Watch
1
Star
0
Fork
0
You've already forked gtk2
forked from
AuroraMiddleware/gtk
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
e619d45ddc
gtk2
/
testsuite
/
gtk
/
compose
/
included
3 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
composetable: Switch to using a hash table This lets us naturally replace matching sequences while parsing. That means that the semantics are now "last one wins" if the parser sees multiple entries for the same sequence. Add a testcase that checks the new replacement semantics.
2021-07-07 19:54:05 +00:00
<Multi_key> <s> <s> <s> : "XO"
composetable: Allow removing sequences Interpret an empty string as value in the Compose file to mean: Remove this sequence. Tests included.
2021-07-07 20:09:11 +00:00
<Multi_key> <a> <a> <a> : "Aaah!"
Reference in New Issue
Copy Permalink