Skip to content

Instantly share code, notes, and snippets.

@chezou
Created September 3, 2018 02:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chezou/eec0ecb50349df03fd8f2fbc15a665b2 to your computer and use it in GitHub Desktop.
Save chezou/eec0ecb50349df03fd8f2fbc15a665b2 to your computer and use it in GitHub Desktop.
Karabiner-Elements setting for Kinesis freestyle2 only for Windows version with disabling for Mac. `location_id` should be replaced for your Kinesis freestyle2.
{
"title": "Kinesis Freestyle2",
"rules": [
{
"description": "Swap only for Windows",
"manipulators": [
{
"conditions": [
{
"type": "device_if",
"identifiers": [
{
"vendor_id": 1423,
"product_id": 37904,
"location_id": 336794624
}
]
}
],
"from": {
"key_code": "left_option",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "left_command",
"lazy": true
}
],
"to_if_alone": [
{
"key_code": "japanese_eisuu"
}
],
"type": "basic"
},
{
"conditions": [
{
"type": "device_if",
"identifiers": [
{
"vendor_id": 1423,
"product_id": 37904,
"location_id": 336794624
}
]
}
],
"from": {
"key_code": "left_command",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "left_option"
}
],
"type": "basic"
},
{
"conditions": [
{
"type": "device_if",
"identifiers": [
{
"vendor_id": 1423,
"product_id": 37904,
"location_id": 336794624
}
]
}
],
"from": {
"key_code": "right_option",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "right_command",
"lazy": true
}
],
"to_if_alone": [
{
"key_code": "japanese_kana"
}
],
"type": "basic"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment