|
598 | 598 | } ],
|
599 | 599 | "type" : "basic"
|
600 | 600 | } ]
|
| 601 | + }, { |
| 602 | + "description" : "[zen] Toggle sidebar", |
| 603 | + "manipulators" : [ { |
| 604 | + "from" : { |
| 605 | + "modifiers" : { |
| 606 | + "mandatory" : [ "left_command" ] |
| 607 | + }, |
| 608 | + "key_code" : "1" |
| 609 | + }, |
| 610 | + "to" : [ { |
| 611 | + "key_code" : "s", |
| 612 | + "modifiers" : [ "left_command", "left_option" ] |
| 613 | + } ], |
| 614 | + "conditions" : [ { |
| 615 | + "type" : "frontmost_application_if", |
| 616 | + "bundle_identifiers" : [ "org.mozilla.com.zen.browser" ] |
| 617 | + } ], |
| 618 | + "type" : "basic" |
| 619 | + } ] |
| 620 | + }, { |
| 621 | + "description" : "[zen] CMD P also to show url menu", |
| 622 | + "manipulators" : [ { |
| 623 | + "from" : { |
| 624 | + "key_code" : "p", |
| 625 | + "modifiers" : { |
| 626 | + "mandatory" : [ "left_command" ] |
| 627 | + } |
| 628 | + }, |
| 629 | + "to" : [ { |
| 630 | + "key_code" : "l", |
| 631 | + "modifiers" : [ "left_command" ] |
| 632 | + } ], |
| 633 | + "conditions" : [ { |
| 634 | + "type" : "frontmost_application_if", |
| 635 | + "bundle_identifiers" : [ "org.mozilla.com.zen.browser" ] |
| 636 | + } ], |
| 637 | + "type" : "basic" |
| 638 | + } ] |
| 639 | + }, { |
| 640 | + "description" : "[zen] CMD Shift D shows url menu permanently", |
| 641 | + "manipulators" : [ { |
| 642 | + "from" : { |
| 643 | + "key_code" : "d", |
| 644 | + "modifiers" : { |
| 645 | + "mandatory" : [ "left_command", "left_shift" ] |
| 646 | + } |
| 647 | + }, |
| 648 | + "to" : [ { |
| 649 | + "key_code" : "t", |
| 650 | + "modifiers" : [ "left_command", "left_option" ] |
| 651 | + } ], |
| 652 | + "conditions" : [ { |
| 653 | + "type" : "frontmost_application_if", |
| 654 | + "bundle_identifiers" : [ "org.mozilla.com.zen.browser" ] |
| 655 | + } ], |
| 656 | + "type" : "basic" |
| 657 | + } ] |
| 658 | + }, { |
| 659 | + "description" : "[zen] opt+tab switch tabs in order", |
| 660 | + "manipulators" : [ { |
| 661 | + "from" : { |
| 662 | + "key_code" : "tab", |
| 663 | + "modifiers" : { |
| 664 | + "mandatory" : [ "left_option" ] |
| 665 | + } |
| 666 | + }, |
| 667 | + "to" : [ { |
| 668 | + "key_code" : "down_arrow", |
| 669 | + "modifiers" : [ "left_command", "left_option" ] |
| 670 | + } ], |
| 671 | + "conditions" : [ { |
| 672 | + "type" : "frontmost_application_if", |
| 673 | + "bundle_identifiers" : [ "org.mozilla.com.zen.browser" ] |
| 674 | + } ], |
| 675 | + "type" : "basic" |
| 676 | + }, { |
| 677 | + "from" : { |
| 678 | + "key_code" : "tab", |
| 679 | + "modifiers" : { |
| 680 | + "mandatory" : [ "left_option", "left_shift" ] |
| 681 | + } |
| 682 | + }, |
| 683 | + "to" : [ { |
| 684 | + "key_code" : "up_arrow", |
| 685 | + "modifiers" : [ "left_command", "left_option" ] |
| 686 | + } ], |
| 687 | + "conditions" : [ { |
| 688 | + "type" : "frontmost_application_if", |
| 689 | + "bundle_identifiers" : [ "org.mozilla.com.zen.browser" ] |
| 690 | + } ], |
| 691 | + "type" : "basic" |
| 692 | + } ] |
601 | 693 | }, {
|
602 | 694 | "description" : "[chatgpt] Toggle sidebar",
|
603 | 695 | "manipulators" : [ {
|
|
0 commit comments