Created
March 19, 2021 02:39
-
-
Save akaszynski/9decb343dc78b16866ac361ab37f14f7 to your computer and use it in GitHub Desktop.
keyboard configuration file for global emacs remapping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# KEYBOARD CONFIGURATION FILE | |
# place at /etc/default/keyboard | |
# swaps capslock and ctrl | |
# swap right control with right alt | |
# Consult the keyboard(5) manual page. | |
XKBMODEL="pc105" | |
XKBLAYOUT="us" | |
XKBVARIANT="" | |
XKBOPTIONS="ctrl:swapcaps,ctrl:rctrl_ralt,ctrl:ralt_rctrl" | |
BACKSPACE="guess" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment