Skip to content

Instantly share code, notes, and snippets.

@sergeylukin
Created April 3, 2018 06:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergeylukin/17daa0dc1fdf0c1f3906737fd4453b1b to your computer and use it in GitHub Desktop.
Save sergeylukin/17daa0dc1fdf0c1f3906737fd4453b1b to your computer and use it in GitHub Desktop.
Karabiner configuration for playing F-117A on OS X
{
"complex_modifications": {
"parameters": {
"basic.simultaneous_threshold_milliseconds": 50,
"basic.to_delayed_action_delay_milliseconds": 500,
"basic.to_if_alone_timeout_milliseconds": 1000,
"basic.to_if_held_down_threshold_milliseconds": 500
},
"rules": [
{
"description": "Numeric Keypad Mode [Left Control as trigger key]",
"manipulators": [
{
"from": {
"key_code": "left_control"
},
"to": [
{
"set_variable": {
"name": "numeric_keypad_mode",
"value": 1
}
}
],
"to_after_key_up": [
{
"set_variable": {
"name": "numeric_keypad_mode",
"value": 0
}
}
],
"to_if_alone": [
{
"key_code": "left_control"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "left_arrow"
},
"to": [
{
"key_code": "home"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "right_arrow"
},
"to": [
{
"key_code": "end"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "up_arrow"
},
"to": [
{
"key_code": "page_up"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "down_arrow"
},
"to": [
{
"key_code": "page_down"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "7"
},
"to": [
{
"key_code": "delete_or_backspace"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "8"
},
"to": [
{
"key_code": "keypad_equal_sign"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "9"
},
"to": [
{
"key_code": "keypad_slash"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "0"
},
"to": [
{
"key_code": "keypad_asterisk"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "u"
},
"to": [
{
"key_code": "keypad_7"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "i"
},
"to": [
{
"key_code": "keypad_8"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "o"
},
"to": [
{
"key_code": "keypad_9"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "p"
},
"to": [
{
"key_code": "keypad_hyphen"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "j"
},
"to": [
{
"key_code": "keypad_4"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "k"
},
"to": [
{
"key_code": "keypad_5"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "l"
},
"to": [
{
"key_code": "keypad_6"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "semicolon"
},
"to": [
{
"key_code": "keypad_plus"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "m"
},
"to": [
{
"key_code": "keypad_1"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "comma"
},
"to": [
{
"key_code": "keypad_2"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "period"
},
"to": [
{
"key_code": "keypad_3"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "slash"
},
"to": [
{
"key_code": "keypad_enter"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "spacebar"
},
"to": [
{
"key_code": "keypad_0"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "numeric_keypad_mode",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "right_option"
},
"to": [
{
"key_code": "keypad_period"
}
],
"type": "basic"
}
]
}
]
},
"devices": [],
"fn_function_keys": [
{
"from": {
"key_code": "f1"
},
"to": {
"key_code": "vk_consumer_brightness_down"
}
},
{
"from": {
"key_code": "f2"
},
"to": {
"key_code": "vk_consumer_brightness_up"
}
},
{
"from": {
"key_code": "f3"
},
"to": {
"key_code": "vk_mission_control"
}
},
{
"from": {
"key_code": "f4"
},
"to": {
"key_code": "vk_launchpad"
}
},
{
"from": {
"key_code": "f5"
},
"to": {
"key_code": "vk_consumer_illumination_down"
}
},
{
"from": {
"key_code": "f6"
},
"to": {
"key_code": "vk_consumer_illumination_up"
}
},
{
"from": {
"key_code": "f7"
},
"to": {
"key_code": "vk_consumer_previous"
}
},
{
"from": {
"key_code": "f8"
},
"to": {
"key_code": "vk_consumer_play"
}
},
{
"from": {
"key_code": "f9"
},
"to": {
"key_code": "vk_consumer_next"
}
},
{
"from": {
"key_code": "f10"
},
"to": {
"key_code": "mute"
}
},
{
"from": {
"key_code": "f11"
},
"to": {
"key_code": "volume_down"
}
},
{
"from": {
"key_code": "f12"
},
"to": {
"key_code": "volume_up"
}
}
],
"name": "F-117A",
"selected": true,
"simple_modifications": [
{
"from": {
"key_code": "backslash"
},
"to": {
"key_code": "delete_forward"
}
},
{
"from": {
"key_code": "fn"
},
"to": {
"key_code": "left_control"
}
},
{
"from": {
"key_code": "grave_accent_and_tilde"
},
"to": {
"key_code": "non_us_backslash"
}
},
{
"from": {
"key_code": "left_control"
},
"to": {
"key_code": "fn"
}
},
{
"from": {
"key_code": "non_us_backslash"
},
"to": {
"key_code": "grave_accent_and_tilde"
}
}
],
"virtual_hid_keyboard": {
"caps_lock_delay_milliseconds": 0,
"keyboard_type": "ansi",
"standalone_keys_delay_milliseconds": 200
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment