Skip to content

Instantly share code, notes, and snippets.

@Dimentium
Last active January 11, 2022 14:58
Show Gist options
  • Select an option

  • Save Dimentium/7da71f9614f438996cf5fb9963a61aeb to your computer and use it in GitHub Desktop.

Select an option

Save Dimentium/7da71f9614f438996cf5fb9963a61aeb to your computer and use it in GitHub Desktop.
karabiner goku edn f-mode
{:profiles
{:default { :default true
:sim 50
:delay 50
:alone 200
:held 50}
}
:simlayers {
:my-f-mode {:key :f}
}
:main [
{:des "f-mode"
:rules [
:my-f-mode
[:##1 :f1]
[:##2 :f2]
;; and so on
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment