Skip to content

Commit

Permalink
Merge pull request #1422 from jordandraper/main
Browse files Browse the repository at this point in the history
New complex mod, left shfit + caps lock = return
  • Loading branch information
tekezo authored Jul 5, 2023
2 parents 306af29 + 4991901 commit 94422d3
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions public/json/map_left_shift+caps_lock_to_enter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"title": "Map Left Shift + Caps Lock to Enter",
"maintainers": [
"jordandraper"
],
"rules": [
{
"description": "Map Left Shift + Caps Lock to Enter",
"manipulators": [
{
"type": "basic",
"from": {
"modifiers": {
"mandatory": [
"left_shift"
]
},
"key_code": "caps_lock"
},
"to": [
{
"repeat": true,
"key_code": "return_or_enter"
}
]
}
]
}
]
}

0 comments on commit 94422d3

Please sign in to comment.