Skip to content

Commit

Permalink
feat: karabiner - updated assets and config
Browse files Browse the repository at this point in the history
  • Loading branch information
maricn committed Dec 12, 2023
1 parent f20d79d commit c5e956b
Show file tree
Hide file tree
Showing 7 changed files with 1,314 additions and 2,222 deletions.
329 changes: 0 additions & 329 deletions .config/karabiner/assets/complex_modifications/1530814306.json

This file was deleted.

57 changes: 57 additions & 0 deletions .config/karabiner/assets/complex_modifications/caps_nikola.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"title": "Control via Caps/Return - Nikola",
"rules": [
{
"description": "Return to Return on single press, Control (right) on press and hold.",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "return_or_enter",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "right_control"
}
],
"to_if_alone": [
{
"key_code": "return_or_enter"
}
]
}
]
},
{
"description": "Caps Lock to Escape on single press, Control (left) on press and hold.",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "caps_lock",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "left_control"
}
],
"to_if_alone": [
{
"key_code": "escape"
}
]
}
]
}
]
}
Loading

0 comments on commit c5e956b

Please sign in to comment.