mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
24 lines
No EOL
559 B
JSON
24 lines
No EOL
559 B
JSON
{
|
|
"description": "Map fn+tab to cmd+tab",
|
|
"manipulators": [
|
|
{
|
|
"from": {
|
|
"key_code": "tab",
|
|
"modifiers": {
|
|
"mandatory": [
|
|
"fn"
|
|
]
|
|
}
|
|
},
|
|
"to": [
|
|
{
|
|
"key_code": "tab",
|
|
"modifiers": [
|
|
"left_command"
|
|
]
|
|
}
|
|
],
|
|
"type": "basic"
|
|
}
|
|
]
|
|
} |