Skip to content

Commit

Permalink
change help keyboard layout
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman committed Feb 13, 2024
1 parent ba13bba commit d6a8876
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions config/os/macos/combos/help.dtsi
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
combo_mac_help-mBAS {
bindings = <&kp LC(LA(LS(F_mBAS)))>;
key-positions = <13 22>;
key-positions = <15 20>;
slow-release;
layers = <mBAS>;
};

combo_mac_help-mDEV {
bindings = <&kp LC(LA(LS(F_mDEV)))>;
key-positions = <13 22>;
key-positions = <15 20>;
slow-release;
layers = <mDEV>;
};

combo_mac_help-mAXN {
bindings = <&kp LC(LA(LS(F_mAXN)))>;
key-positions = <13 22>;
key-positions = <15 20>;
slow-release;
layers = <mAXN>;
};

combo_mac_help-mFNK {
bindings = <&kp LC(LA(LS(F_mFNK)))>;
key-positions = <13 22>;
key-positions = <15 20>;
slow-release;
layers = <mFNK>;
};

combo_mac_help-mSTG {
bindings = <&kp LC(LA(LS(F_mSTG)))>;
key-positions = <13 22>;
key-positions = <15 20>;
slow-release;
layers = <mSTG>;
};
4 changes: 2 additions & 2 deletions docs/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Icons used to describe some modifiers and actions
| <kbd>▷</kbd> | <kbd>⇪↹</kbd> | Left (terminal autocompletion) |
| <kbd>🄰</kbd> | <kbd>⇧</kbd>+<kbd>⌫</kbd> | Caps lock |
| <kbd>⇧⇧</kbd> | <kbd>L⇧</kbd>+<kbd>R⇧</kbd> | [Caps word](https://zmk.dev/docs/behaviors/caps-word) |
| <kbd>^^</kbd> | <kbd>L^</kbd>+<kbd>R^</kbd> | Cancel caps |
| <kbd>⌘⌘</kbd> | <kbd>L^</kbd>+<kbd>R^</kbd> | Cancel caps |

### Files

Expand All @@ -65,7 +65,7 @@ Icons used to describe some modifiers and actions

| Label | Shortcut | Actions |
| -------------: | --------------------------: | ------------------------------ |
| <kbd>⌘⌘</kbd> | <kbd>L⌘</kbd>+<kbd>R⌘</kbd> | Show current layout on screen |
| <kbd>⌥⌥</kbd> | <kbd>L⌘</kbd>+<kbd>R⌘</kbd> | Show current layout on screen |

[Back to menu](#menu)

Expand Down

0 comments on commit d6a8876

Please sign in to comment.