Erro Xmodmap ao definir nova chave mod

0

Eu tento usar a tecla de travamento como tecla mod.

Eu tenho este .Xmodmap:

clear lock 
clear mod2
keycode 66 = Hyper_L
add mod2 = Hyper_L

e este xmodmap -pm :

shift       Shift_L (0x32),  Shift_R (0x3e)
lock        Hyper_L (0x42)
control     Control_L (0x25),  Control_R (0x69)
mod1        Alt_L (0x40),  Meta_L (0xcd)
mod2        Num_Lock (0x4d)
mod3      
mod4        Super_L (0x85),  Super_R (0x86),  Super_L (0xce),  Hyper_L (0xcf)
mod5        ISO_Level3_Shift (0x5c),  Mode_switch (0xcb)

ao executar xmodmap .Xmodmap , recebo este erro:

X Error of failed request:  BadValue (integer parameter out of range for operation)                                                           
  Major opcode of failed request:  118 (X_SetModifierMapping)                                                                                 
  Value in failed request:  0x17                                                                                                              
  Serial number of failed request:  13                                                                                                        
  Current serial number in output stream:  13         

Você tem uma ideia de como resolver isso?

SO: Ubuntu 17.10

    
por user430 19.06.2018 / 13:44

1 resposta

1

Tudo bem que você ficará sem o Caps_Lock?
Tente:

clear lock 
keycode 66 = Hyper_L
remove mod4 = Hyper_L
add mod2 = Hyper_L

com base na resposta @heymatthew a CapsLock como tecla modificadora para keymaps de aplicativos

    
por 19.06.2018 / 21:46

Tags