|
494 | 494 | } ],
|
495 | 495 | "type" : "basic"
|
496 | 496 | } ]
|
| 497 | + }, { |
| 498 | + "description" : "[arc] Toggle sidebar", |
| 499 | + "manipulators" : [ { |
| 500 | + "from" : { |
| 501 | + "modifiers" : { |
| 502 | + "mandatory" : [ "left_command" ] |
| 503 | + }, |
| 504 | + "key_code" : "1" |
| 505 | + }, |
| 506 | + "to" : [ { |
| 507 | + "key_code" : "s", |
| 508 | + "modifiers" : [ "left_command" ] |
| 509 | + } ], |
| 510 | + "conditions" : [ { |
| 511 | + "type" : "frontmost_application_if", |
| 512 | + "bundle_identifiers" : [ "company.thebrowser.Browser" ] |
| 513 | + } ], |
| 514 | + "type" : "basic" |
| 515 | + } ] |
| 516 | + }, { |
| 517 | + "description" : "[arc] Switch profile", |
| 518 | + "manipulators" : [ { |
| 519 | + "from" : { |
| 520 | + "modifiers" : { |
| 521 | + "mandatory" : [ "left_command" ] |
| 522 | + }, |
| 523 | + "key_code" : "caps_lock" |
| 524 | + }, |
| 525 | + "to" : [ { |
| 526 | + "key_code" : "right_arrow", |
| 527 | + "modifiers" : [ "left_command", "left_option" ] |
| 528 | + } ], |
| 529 | + "conditions" : [ { |
| 530 | + "type" : "frontmost_application_if", |
| 531 | + "bundle_identifiers" : [ "company.thebrowser.Browser" ] |
| 532 | + } ], |
| 533 | + "type" : "basic" |
| 534 | + }, { |
| 535 | + "from" : { |
| 536 | + "modifiers" : { |
| 537 | + "mandatory" : [ "left_command" ] |
| 538 | + }, |
| 539 | + "key_code" : "escape" |
| 540 | + }, |
| 541 | + "to" : [ { |
| 542 | + "key_code" : "right_arrow", |
| 543 | + "modifiers" : [ "left_command", "left_option" ] |
| 544 | + } ], |
| 545 | + "conditions" : [ { |
| 546 | + "type" : "frontmost_application_if", |
| 547 | + "bundle_identifiers" : [ "company.thebrowser.Browser" ] |
| 548 | + } ], |
| 549 | + "type" : "basic" |
| 550 | + } ] |
| 551 | + }, { |
| 552 | + "description" : "[arc] CMD P also to show url menu", |
| 553 | + "manipulators" : [ { |
| 554 | + "from" : { |
| 555 | + "key_code" : "p", |
| 556 | + "modifiers" : { |
| 557 | + "mandatory" : [ "left_command" ] |
| 558 | + } |
| 559 | + }, |
| 560 | + "to" : [ { |
| 561 | + "key_code" : "l", |
| 562 | + "modifiers" : [ "left_command" ] |
| 563 | + } ], |
| 564 | + "conditions" : [ { |
| 565 | + "type" : "frontmost_application_if", |
| 566 | + "bundle_identifiers" : [ "company.thebrowser.Browser" ] |
| 567 | + } ], |
| 568 | + "type" : "basic" |
| 569 | + } ] |
497 | 570 | }, {
|
498 | 571 | "description" : "[chatgpt] Toggle sidebar",
|
499 | 572 | "manipulators" : [ {
|
|
683 | 756 | } ],
|
684 | 757 | "type" : "basic"
|
685 | 758 | } ]
|
| 759 | + }, { |
| 760 | + "description" : "[bitwarden] Switch account", |
| 761 | + "manipulators" : [ { |
| 762 | + "from" : { |
| 763 | + "modifiers" : { |
| 764 | + "mandatory" : [ "left_command" ] |
| 765 | + }, |
| 766 | + "key_code" : "caps_lock" |
| 767 | + }, |
| 768 | + "to" : [ { |
| 769 | + "shell_command" : "$HOME/.dotfiles/bin/sdot bitwarden switch_account" |
| 770 | + } ], |
| 771 | + "conditions" : [ { |
| 772 | + "type" : "frontmost_application_if", |
| 773 | + "bundle_identifiers" : [ "com.bitwarden.desktop" ] |
| 774 | + } ], |
| 775 | + "type" : "basic" |
| 776 | + }, { |
| 777 | + "from" : { |
| 778 | + "modifiers" : { |
| 779 | + "mandatory" : [ "left_command" ] |
| 780 | + }, |
| 781 | + "key_code" : "escape" |
| 782 | + }, |
| 783 | + "to" : [ { |
| 784 | + "shell_command" : "$HOME/.dotfiles/bin/sdot bitwarden switch_account" |
| 785 | + } ], |
| 786 | + "conditions" : [ { |
| 787 | + "type" : "frontmost_application_if", |
| 788 | + "bundle_identifiers" : [ "com.bitwarden.desktop" ] |
| 789 | + } ], |
| 790 | + "type" : "basic" |
| 791 | + } ] |
686 | 792 | }, {
|
687 | 793 | "description" : "[finder] Create folder",
|
688 | 794 | "manipulators" : [ {
|
|
0 commit comments