]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Support for dead keys and compose sequences on Unix, by instantiating
authorSimon Tatham <anakin@pobox.com>
Sun, 17 Jun 2012 07:26:23 +0000 (07:26 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 17 Jun 2012 07:26:23 +0000 (07:26 +0000)
commit7fc8db15b262ba644b1c7f8e9b89cc5a86f104f2
treea0e4a66fa2bf8f24cb632bd1bf194135c1523c16
parentbc6e0952ef1c27c577318ee3c0883c7823c7005b
Support for dead keys and compose sequences on Unix, by instantiating
a GtkIMMulticontext and having that filter most keypresses. I think
I've got this right so that it doesn't break any previous deliberate
keyboard-handling behaviour that's now _after_ the 'if (filter
keypress) return' statement.

[originally from svn r9567]
unix/gtkwin.c
unix/uxucs.c