Skip to content

Instantly share code, notes, and snippets.

@felipsmartins
Last active July 7, 2023 16:10
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/d46d581c98a121631a9d4eff063a0b15 to your computer and use it in GitHub Desktop.
Save felipsmartins/d46d581c98a121631a9d4eff063a0b15 to your computer and use it in GitHub Desktop.
switch comma to dot in numpad
  1. open dconf-editor
  2. navigate to org.gnome.desktop.input-sources xkb-options
  3. add/append to the list (array): 'kpdl:dot'
  4. Save!

Short way: gsettings set org.gnome.desktop.input-sources xkb-options "['kpdl:dot']"
//gsettings set org.gnome.desktop.input-sources xkb-options "['kpdl:comma']"

credits: https://askubuntu.com/a/524843/107915

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment