]> git.eshelyaron.com Git - emacs.git/commit
Add support for hyper modifier key
authorYuuki Harano <masm+github@masm11.me>
Thu, 26 Nov 2020 14:44:29 +0000 (23:44 +0900)
committerYuuki Harano <masm+github@masm11.me>
Thu, 26 Nov 2020 14:44:29 +0000 (23:44 +0900)
commitdb169f81346f3a642b645937218dc3d1dae3301f
treef60239e63868fdb04bbc099ac60d92eb1c12dbea
parent68b8acc405f2f7f7cfca6fe88820dfa13161a3c6
Add support for hyper modifier key

* src/pgtkterm.c (x_find_modifier_meanings): Autodetect key mask.
(pgtk_gtk_to_emacs_modifiers): Use autodetected mask instead of GDK's.
(pgtk_emacs_to_gtk_modifiers): Use autodetected mask instead of GDK's.
(key_press_event): Ignore hyper as well as super.
* src/pgtkterm.h (struct pgtk_display_info): New member for hyper.
src/pgtkterm.c
src/pgtkterm.h