View fly-mouse-keyboard-remap.ahk
$AppsKey:: | |
KeyWait, AppsKey, T0.2 | |
if (ErrorLevel) { | |
Send {F7} | |
} else { | |
Send {Backspace} | |
} | |
return |
View karabiner.json
"global": { | |
...... | |
}, | |
"profiles": [{ | |
"complex_modifications": { | |
"parameters": { | |
...... | |
"basic.to_if_held_down_threshold_milliseconds": 500 | |
}, | |
"rules": [ |