mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 11:33:18 -09:00
add karabiner config
This commit is contained in:
parent
cdc6581ac3
commit
30de411af5
@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user