La page man de xmodmap parle de ce genre de truc : la combinaison de touche correspond au modifier :
keycode NUMBER = KEYSYMNAME ...
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.
Donc il te faut un keycode xx = yy zz ... où xx est le keycode de ta touche, et zz est le keysym de [Insert].
# Re: Question xmodmap
Posté par Olivier Delemar . En réponse au journal Question xmodmap. Évalué à 1.
keycode NUMBER = KEYSYMNAME ...
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.
Donc il te faut un keycode xx = yy zz ... où xx est le keycode de ta touche, et zz est le keysym de [Insert].