Skip to content

Commit

Permalink
Merge pull request #1414 from pqrs-org/update-personal-rule-of-toshi-ue
Browse files Browse the repository at this point in the history
add my rule about us keyboard
  • Loading branch information
tekezo authored Jun 29, 2023
2 parents 4680b10 + 9882793 commit 334b060
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions public/json/personal_toshi-ue_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"title": "Personal rules (@toshi-ue) US Keyboard Settings",
"rules": [
{
"description": "Caps Lock to Control When Held in US keyboard",
"_comment": "",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "caps_lock",
"modifiers": {
"optional": [
"any"
]
}
},
"parameters": {
"basic.to_if_alone_timeout_milliseconds": 100,
"basic.to_if_held_down_threshold_milliseconds": 100
},
"to_if_alone": [
{
"key_code": "caps_lock"
}
],
"to_if_held_down": [
{
"repeat": true,
"key_code": "left_control"
}
]
}
]
}
]
}

0 comments on commit 334b060

Please sign in to comment.