man xmodmap:
EXPRESSION GRAMMAR
keycode NUMBER = KEYSYMNAME ...<br>
The list of keysyms is assigned to the indicated keycode (which may
be specified in decimal, hex or octal and can be determined by
running the xev program). Up to eight keysyms may be attached to a
key, however the last four are not used in any major X server
implementation. The first keysym is used when no modifier key
is pressed in conjunction with this key, the second with Shift,
the third when the Mode_switch key is used with this key and the
fourth when both the Mode_switch and Shift keys are used.
De acordo com o arch wiki , os campos são usados assim:
- Chave
- Shift + chave
- mode_switch + chave
- mode_switch + Shift + chave
- AltGr + chave
- AltGr + Shift + chave
No entanto, quando eu corro xmodmap -pke , percebo que o campo sétimo é atribuído à troca entre os VTs:
keycode 67 = F1 F1 F1 F1 F1 XF86Switch_VT_1
Isso variará dependendo de quais tipos seu layout atual está configurado. Do obter o padrão, tente executar:
%pr_e%
Também pode ser o caso de seu gerenciador de janelas ou ambiente de área de trabalho (kde, gnome) roubar essas chaves e alternar entre VTs como você diz.