Skip to content

Instantly share code, notes, and snippets.

@mono0926
Created October 31, 2016 02:13
Show Gist options
  • Save mono0926/4aefc48341d764cae37375e441207349 to your computer and use it in GitHub Desktop.
Save mono0926/4aefc48341d764cae37375e441207349 to your computer and use it in GitHub Desktop.
{
"profiles": [
{
"devices": [
{
"identifiers": {
"is_keyboard": true,
"is_pointing_device": false,
"product_id": 272,
"vendor_id": 2131
},
"ignore": false,
"keyboard_type": 42
}
],
"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": "fn",
"caps_lock": "left_command",
"international2": "right_gui",
"international4": "lang1",
"international5": "lang2",
"left_command": "left_option",
"left_control": "caps_lock",
"left_option": "left_control"
}
}
]
}
@mono0926
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment