Skip to content

Instantly share code, notes, and snippets.

@yayiji
yayiji / SpaceFn.json
Created March 13, 2022 12:33 — forked from tshu-w/SpaceFn.json
Karabiner Elements config to simulate SpaceLauncher
{
"title": "SpaceFN",
"rules": [
{
"description": "SpaceFN: Space enables SpaceFN mode (see: https://geekhack.org/index.php?topic=51069.0)",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "spacebar"
@yayiji
yayiji / oneshot.edn
Last active September 7, 2022 15:07
Oneshot Implementation by Karabiner-Elements
{:profiles
{:oneshot {:default true
:alone 300 ;
:held 150 ;
:delay 500 ; time after which the key press is delayed
:sim 50}} ; keys need to be pressed within this threshold to be considered simultaneous
:main [{:des "Symbol Mode"
:rules [:symbol-mode
[:q :grave_accent_and_tilde]