Skip to content

Instantly share code, notes, and snippets.

@felipsmartins
Created May 12, 2021 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipsmartins/ec3ff2f56d02b54dceb2b8351e6fa243 to your computer and use it in GitHub Desktop.
Save felipsmartins/ec3ff2f56d02b54dceb2b8351e6fa243 to your computer and use it in GitHub Desktop.
Numeric Keypad - switch comma "," to period "."
# from: https://askubuntu.com/questions/816610/numeric-keypad-switch-comma-to-period-german-keyboard-layout
setxkbmap de -option kpdl:dot
# OR
# /etc/default/keyboard
# KEYBOARD CONFIGURATION FILE
# XKBMODEL="pc105"
# XKBLAYOUT="de"
# XKBVARIANT=""
# XKBOPTIONS="kpdl:dot"
# BACKSPACE="guess"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment