Add a new method of mapping the keyboard in arch

This commit is contained in:
2016-10-30 20:51:58 -04:00
parent ff590a4c6d
commit cc7b01614b
4 changed files with 18 additions and 2 deletions

View File

@@ -43,7 +43,15 @@
</fontconfig>
```
* map caps key to left-ctrl (see https://wiki.archlinux.org/index.php/Map_scancodes_to_keycodes for details)
## Map caps to left-ctrl
* Most promising method
* Install `xorg-xmodmap`
* Map `linux/home/Xmodmap` to ~/
* The above taken from https://wiki.archlinux.org/index.php/xmodmap
* Second method: map caps key to left-ctrl (see https://wiki.archlinux.org/index.php/Map_scancodes_to_keycodes for details)
* edit `/etc/udev/hwdb.d/10-my-modifiers.hwdb`
* add:
@@ -54,6 +62,7 @@
* run `udevadm hwdb --update` then reboot
# Setting up Ruby
* Install rvm