Skip to content

Instantly share code, notes, and snippets.

@sdirix
sdirix / USGermanKeyboardLayoutHowTo.md
Last active February 15, 2019 11:08
How to add a US-based keyboard layout with support for german special characters to Ubuntu 18.04

Description

How to add a custom keyboard layout based on the standard US layout with slight modifications for german special characters.

  • Enter üäöß by pressing right Alt + uaos.
  • Enter ÜÄÖẞ by pressing right Alt + Shift + uaos.
  • Enter by pressing right Alt + 5.

HowTo

Add the following lines to end of /usr/share/X11/xkb/symbols/us file

@geraintluff
geraintluff / data.json
Last active March 25, 2023 07:14
Additional Relative JSON Pointer examples
{
"test": ["foo", "bar"],
"child": {
"grandchild": 12345
},
"sibling": "sibling value",
"awkwardly/named~variable": true
}