Skip to content

Instantly share code, notes, and snippets.

@allyunion
Created February 18, 2016 17:13
Show Gist options
  • Save allyunion/cd805600b9a8aec38f0d to your computer and use it in GitHub Desktop.
Save allyunion/cd805600b9a8aec38f0d to your computer and use it in GitHub Desktop.
private.xml for Karabiner that corrects for PC Styles to include VI
<?xml version="1.0"?>
<root>
<replacementdef>
<replacementname>PC_STYLE_BINDINGS_IGNORE_APPS</replacementname>
<replacementvalue>
VIRTUALMACHINE,
REMOTEDESKTOPCONNECTION,
VNC,
TEAMVIEWER,
EMACS,
TERMINAL,
X11,
CITRIX_XEN_APP_VIEWER,
VI,
</replacementvalue>
</replacementdef>
<replacementdef>
<replacementname>PC_STYLE_BINDINGS_IGNORE_APPS_DESCRIPTION</replacementname>
<replacementvalue>
(Except in Virtual Machine, RDC, VNC, TeamViewer, EMACS, TERMINAL, X11, Citrix Viewer, Vi)
</replacementvalue>
</replacementdef>
<item>
<name>PC_STYLE_BINDINGS_IGNORE_APPS has been overwritten.</name>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment