You are not logged in.
I have read and followed the xmodmap wiki page to find a way to remove the "paste" (XF86Paste) functionality on my middle mouse button (keycode 143) and to remove the "back" and forward" options of side mouse buttons (keycodes 166 and 167). I've copied xmodmap -pke output to ~/.Xmodmap and have activated the custom table as instructed in the wiki page: https://wiki.archlinux.org/index.php/Xm … stom_table. However, xmodmap -pke shows that
keycode 143 = XF86Paste NoSymbol XF86Paste
...
keycode 166 =
keycode 167 =For some reason, even though my .Xmodmap is;
keycode 143 =
...
keycode 166 =
keycode 167 =I've also looked into previous arch forum posts and nothing comes up as a solution: https://bbs.archlinux.org/viewtopic.php?id=195096. Has anyone found a solution to this?
Last edited by aumars (2020-06-08 20:34:09)
Offline
If you run
xmodmap -e 'keycode 143 = 'is the symbol gone?
This will however not disable the MMB behavior, see https://bbs.archlinux.org/viewtopic.php?id=248817
Offline
If you run
xmodmap -e 'keycode 143 = 'is the symbol gone?
This will however not disable the MMB behavior, see https://bbs.archlinux.org/viewtopic.php?id=248817
The symbol is still there, I can still paste text with my MMB.
Offline
That's kinda weird, but again: this has no impact on the MMB behavior anyway. See the link I posted.
Offline