mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
121 lines
No EOL
2.9 KiB
JSON
121 lines
No EOL
2.9 KiB
JSON
{
|
|
"description": "lctrl + p/n/b/f/a/e to up/down/left/right/home/end",
|
|
"manipulators": [
|
|
{
|
|
"from": {
|
|
"key_code": "p",
|
|
"modifiers": {
|
|
"mandatory": [
|
|
"left_control"
|
|
],
|
|
"optional": [
|
|
"any"
|
|
]
|
|
}
|
|
},
|
|
"to": [
|
|
{
|
|
"key_code": "up_arrow"
|
|
}
|
|
],
|
|
"type": "basic"
|
|
},
|
|
{
|
|
"from": {
|
|
"key_code": "n",
|
|
"modifiers": {
|
|
"mandatory": [
|
|
"left_control"
|
|
],
|
|
"optional": [
|
|
"any"
|
|
]
|
|
}
|
|
},
|
|
"to": [
|
|
{
|
|
"key_code": "down_arrow"
|
|
}
|
|
],
|
|
"type": "basic"
|
|
},
|
|
{
|
|
"from": {
|
|
"key_code": "b",
|
|
"modifiers": {
|
|
"mandatory": [
|
|
"left_control"
|
|
],
|
|
"optional": [
|
|
"any"
|
|
]
|
|
}
|
|
},
|
|
"to": [
|
|
{
|
|
"key_code": "left_arrow"
|
|
}
|
|
],
|
|
"type": "basic"
|
|
},
|
|
{
|
|
"from": {
|
|
"key_code": "f",
|
|
"modifiers": {
|
|
"mandatory": [
|
|
"left_control"
|
|
],
|
|
"optional": [
|
|
"any"
|
|
]
|
|
}
|
|
},
|
|
"to": [
|
|
{
|
|
"key_code": "right_arrow"
|
|
}
|
|
],
|
|
"type": "basic"
|
|
},
|
|
{
|
|
"from": {
|
|
"key_code": "a",
|
|
"modifiers": {
|
|
"mandatory": [
|
|
"left_control"
|
|
],
|
|
"optional": [
|
|
"any"
|
|
]
|
|
}
|
|
},
|
|
"to": [
|
|
{
|
|
"key_code": "left_arrow",
|
|
"modifiers": "command"
|
|
}
|
|
],
|
|
"type": "basic"
|
|
},
|
|
{
|
|
"from": {
|
|
"key_code": "e",
|
|
"modifiers": {
|
|
"mandatory": [
|
|
"left_control"
|
|
],
|
|
"optional": [
|
|
"any"
|
|
]
|
|
}
|
|
},
|
|
"to": [
|
|
{
|
|
"key_code": "right_arrow",
|
|
"modifiers": "command"
|
|
}
|
|
],
|
|
"type": "basic"
|
|
}
|
|
]
|
|
} |