Created
February 9, 2017 13:31
-
-
Save orkoden/3ac495081366dcc8e15e5223e8bcd5c3 to your computer and use it in GitHub Desktop.
Karabiner elements configuration file for using a MagicForce68 keyboard on macOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"profiles": [ | |
{ | |
"devices": [ | |
{ | |
"disable_built_in_keyboard_if_exists": false, | |
"identifiers": { | |
"is_keyboard": true, | |
"is_pointing_device": false, | |
"product_id": 1957, | |
"vendor_id": 1118 | |
}, | |
"ignore": true, | |
"keyboard_type": 41 | |
}, | |
{ | |
"disable_built_in_keyboard_if_exists": false, | |
"identifiers": { | |
"is_keyboard": true, | |
"is_pointing_device": false, | |
"product_id": 628, | |
"vendor_id": 1452 | |
}, | |
"ignore": true, | |
"keyboard_type": 0 | |
}, | |
{ | |
"disable_built_in_keyboard_if_exists": false, | |
"identifiers": { | |
"is_keyboard": true, | |
"is_pointing_device": false, | |
"product_id": 36, | |
"vendor_id": 1241 | |
}, | |
"ignore": false, | |
"keyboard_type": 40 | |
} | |
], | |
"fn_function_keys": { | |
"f1": "vk_consumer_brightness_down", | |
"f10": "mute", | |
"f11": "volume_down", | |
"f12": "volume_up", | |
"f2": "vk_consumer_brightness_up", | |
"f3": "vk_mission_control", | |
"f4": "vk_launchpad", | |
"f5": "vk_consumer_illumination_down", | |
"f6": "vk_consumer_illumination_up", | |
"f7": "vk_consumer_previous", | |
"f8": "vk_consumer_play", | |
"f9": "vk_consumer_next" | |
}, | |
"name": "Default profile", | |
"selected": true, | |
"simple_modifications": { | |
"application": "right_option", | |
"delete_forward": "volume_down", | |
"insert": "volume_up", | |
"left_command": "left_option", | |
"left_option": "left_command", | |
"right_option": "right_command" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment