Skip to content

Instantly share code, notes, and snippets.

@Dimentium
Last active April 5, 2022 09:14
Show Gist options
  • Select an option

  • Save Dimentium/5790ac5bc2deae5356aa77eb6c95fcdb to your computer and use it in GitHub Desktop.

Select an option

Save Dimentium/5790ac5bc2deae5356aa77eb6c95fcdb to your computer and use it in GitHub Desktop.
homerow example for karabiner ( goku config)
{:profiles
{:default {:default true
:sim 50
:delay 50
:alone 50
:held 200}
}
:main [
{:des "homerow to mods"
:rules [
[:a nil nil {:held :left_control :alone :a}]
[:s nil nil {:held :left_option :alone :s}]
[:d nil nil {:held :left_shift :alone :d}]
[:f nil nil {:held :left_command :alone :f}]
]}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment