Skip to content

Commit

Permalink
Merge pull request #672 from 0ber/feature/cmd+d_arrow_down
Browse files Browse the repository at this point in the history
add cmd+d arrow down
  • Loading branch information
tekezo committed Apr 28, 2020
2 parents af75086 + b7bb29a commit 901a4d6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
{
"path": "json/dual_keys.json",
"extra_description_path": "extra_descriptions/dual_keys.json.html"
},
{
"path": "json/cmd+d_down_arrow.json"
}
]
},
Expand Down
26 changes: 26 additions & 0 deletions public/json/cmd+d_down_arrow.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"title": "Command_L|Command_R + d to down arrow",
"rules": [
{
"description": "Command_L|Command_R + d to down arrow",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "d",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "down_arrow"
}
]
}
]
}
]
}

0 comments on commit 901a4d6

Please sign in to comment.