]> git.eshelyaron.com Git - emacs.git/commit
Disable hyper key when super and hyper conflict
authorYuuki Harano <masm+github@masm11.me>
Sat, 29 May 2021 14:56:04 +0000 (23:56 +0900)
committerYuuki Harano <masm+github@masm11.me>
Sat, 29 May 2021 14:56:04 +0000 (23:56 +0900)
commit7085fecf53d9506b1f626e3cab1dd90e33aa9ed0
tree4a2d1397ae7d6821330987185306f4cccc97be7b
parent67ae4b6271233559271f7a7158ba0e059b643ba5
Disable hyper key when super and hyper conflict

* src/pgtkterm.c (x_find_modifier_meanings): If super_mod_mask and
hyper_mod_mask are equal, then disable hyper.
src/pgtkterm.c