I have an us altgr-intl
layout.
with this command :
>_xmodmap -e "keycode 113 = Left NoSymbol U21BC NoSymbol U21BC U21BC U21BC"
(Or just 6 combinations, I tried many things ...)
- AltGr+← still act like ← alone and AltGr+Shift+← still act like Shift+←
- Mode_shift+← works well.
I have some Fn's functions related to my arrows.
If I assign the formula above to a key without Fn's functions, it will work.
Is it a problem solvable at software level?
AltGr
only works after making itMode_switch
, like so:xmodmap -e "keysym Alt_R = Mode_switch Mode_switch Mode_switch"
. – Ned64 May 16 '20 at 22:02us
-variantAltGr-intl
; and I am just exploring how to use more modifiers. – pillule May 19 '20 at 22:24