Skip to content

Commit

Permalink
Add Bitwarden shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
user authored and user committed Feb 16, 2025
1 parent 27cf3e7 commit 4ee38be
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/karabiner-elements_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1311,6 +1311,21 @@
],
"type": "basic"
},
{
"description": "Password manager Bitwarden",
"from": {
"key_code": "t",
"modifiers": {
"mandatory": ["right_command"]
}
},
"to": [
{
"shell_command": "open -b com.bitwarden.desktop"
}
],
"type": "basic"
},
{
"description": "Ascii terminal iTerm2",
"from": {
Expand Down Expand Up @@ -1982,7 +1997,7 @@
{
"description": "Click mouse left button x20 times",
"from": {
"key_code": "t",
"key_code": "f12",
"modifiers": {
"mandatory": ["right_command"]
}
Expand Down

0 comments on commit 4ee38be

Please sign in to comment.