Skip to content

Instantly share code, notes, and snippets.

@potem
potem / private.xml
Created August 18, 2018 20:10 — forked from philippkeller/private.xml
Karabiner Umlauts (alt+u ⇒ ü, etc.)
<?xml version="1.0"?>
<root>
<item>
<name>Easy access for Umlauts</name>
<identifier>private.easy_umlaut_access</identifier>
<autogen>
--KeyToKey--
KeyCode::A, ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L,
KeyCode::U, ModifierFlag::OPTION_L, KeyCode::A, ModifierFlag::SHIFT_L
</autogen>