超级键显示为超级键

超级键显示为超级键

我想在 Emacs 中使用超级键。已将键盘布局更改为Generic 101-key PC,正在执行此检查以确定键码 66 是否与超级键关联。

actm=$(xmodmap -pke | grep "Hyper" | grep "66")

但是当我在 Emacs 中按下 Hyper 键时,它显示为 Super 键。

已经使用过xevHyper key并得到

KeyPress event, serial 37, synthetic NO, window 0x5400001,
   root 0x16a, subw 0x0, time 17997615, (79,39), root:(1257,1320),
   state 0x0, keycode 66 (keysym 0xffed, Hyper_L), same_screen YES,
   XLookupString gives 0 bytes: 
   XmbLookupString gives 0 bytes: 
   XFilterEvent returns: False

如何让 Emacs 将密钥视为 Hyper 而不是 Super?

相关内容