Karabiner simultaneous keypress code

{ "description": "Launch something with Q+F simultaneously", "manipulators": [ { "type": "basic", "from": { "simultaneous": [ { "key_code": "q" }, { "key_code": "f" } ], "modifiers": { "optional": [ "any" ] } }, "to": [ { "shell_command": "open -a 'MyFavorite.app'" } ], "parameters": { "basic.simultaneous_threshold_milliseconds": 1000000 } } ] },

modifier key values for scripting

KeysValue
none0
131072
262144
⌃⇧393216
524288
⌥⇧655360
⌃⌥786432
⌃⌥⇧917504
1048576
⇧⌘1179648
⌃⌘1310720
⌃⇧⌘1441792
⌥⌘1572864
⌥⇧⌘1703936
⌃⌥⌘1835008
⌃⌥⇧⌘1966080
KeyValue
cmd ⌘1048576
option ⌥524288
ctrl ⌃262144
shift ⇧131072
fn8388608
for use with Karabiner and Hammerspoon