mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 11:33:18 -09:00
32 lines
677 B
JSON
32 lines
677 B
JSON
{
|
|
"title": "Ajet's Config",
|
|
"rules": [
|
|
{
|
|
"description": "forward delete",
|
|
"manipulators": [
|
|
{
|
|
"type": "basic",
|
|
"from": {
|
|
"simultaneous": [
|
|
{
|
|
"key_code": "equal_sign"
|
|
},
|
|
{
|
|
"key_code": "delete_or_backspace"
|
|
}
|
|
],
|
|
"modifiers": {
|
|
"optional": ["any"]
|
|
}
|
|
},
|
|
"to": [
|
|
{
|
|
"key_code": "delete_forward"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|