Answer the question
In order to leave comments, you need to log in
How to remap Control_R under Linux Mint 17 (Cinnamon)?
There is an A4tech keyboard I
really like the laptop layout (like on my Samsung rv509), but unlike the laptop, it does not have Control-a on the right, in its place is Insert.
Found a way in Russian Ubuntu forum forum.ubuntu.ru .
also read on wiki.archlinux.org .
Output keycode on the Insert key
$ xmodmap -pke | grep Insert
keycode 90 = KP_Insert KP_0 KP_Insert KP_0
keycode 118 = Insert NoSymbol Insert
keycode 118 = Control_R
add Control = Control_R
$ xmodmap ~/.Xmodmap
Answer the question
In order to leave comments, you need to log in
Found a dubious but working way to solve the problem.
$ cd .config/
$/.config $ touch xmodmap.sh
$/.config $ chmod 777 xmodmap.sh
$/.config $ vim xmodmap.sh
#!/bin/bash
xmodmap ~/.Xmodmap
Exit 0
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question