Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
ochief committed Nov 29, 2024
1 parent c1cfea4 commit dd62108
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
3 changes: 0 additions & 3 deletions config/defines.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,9 @@
#define NAV_TAB_RI &kp LC(PG_DN)
#define NAV_CUT &kp LC(X)
#define NAV_SEL_AL &kp LC(A)
#define NAV_SMILEY &kp LG(DOT)
#define NAV_DELWRD &kp LC(DEL)
#define NAV_CLO_APP &kp LA(F4)
#define NAV_THREAD &kp LC(LS(T))
#define NAV_TAB_NE &kp LC(T)
#define NAV_CLO_TAB &kp LC(W)
#define NAV_PASTE &kp LC(V)

#define NAV_SWI_LE &mm_switch_left
Expand Down
8 changes: 5 additions & 3 deletions config/wasfoora.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#include "behaviors.dtsi"
#include "macros.dtsi"

// DELETE WORDS ETC?

/ {
keymap {
compatible = "zmk,keymap";
Expand Down Expand Up @@ -52,9 +54,9 @@
NAV_layer {
label = "Navigation";
bindings = <
XXXXXXXXXX NAV_TAB_LE NAV_TAB_NE NAV_TAB_RI &kp DEL NAV_DELWRD NAV_SWI_LE NAV_UP NAV_SWI_RI XXXXXXXXXX
NAV_SCREENS NAV_INCOG NAV_SWAP NAV_TAB NAV_SEL_AL NAV_SMILEY NAV_LEFT NAV_DOWN NAV_RIGHT NAV_THREAD
NAV_CUT NAV_COPY NAV_PASTE NAV_CLO_TAB NAV_CLO_APP NAV_SEL_LI
XXXXXXXXXX NAV_TAB_LE NAV_TAB_NE NAV_TAB_RI &kp DEL NAV_CLO_APP NAV_SWI_LE NAV_UP NAV_SWI_RI XXXXXXXXXX
NAV_SCREENS NAV_INCOG NAV_SWAP NAV_TAB NAV_SEL_AL NAV_SEL_LI NAV_LEFT NAV_DOWN NAV_RIGHT NAV_THREAD
NAV_CUT NAV_COPY NAV_PASTE &kp ENTER &kp BSPC &kp TAB

__________ __________ __________ __________
>;
Expand Down
5 changes: 1 addition & 4 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ parse_config:
DEF_SHA_SCR: Share Screen
DEF_UNDO: Undo
DEF_REDO: Redo
DEF_BACK_WD: Back Word
DEF_BACK_WD: Back WordNAV_CLO_TAB

# navigation
NAV_SEL_AL: SELECT ALL
Expand All @@ -32,12 +32,9 @@ parse_config:
NAV_SWAP: {t: SWAP, h: Shift}
NAV_INCOG: {t: INCOG, h: Alt}
NAV_SCREENS: {t: SCREEN SHOT, h: Win}
NAV_CLO_TAB: CLOSE TAB
NAV_TAB_RO: REOPEN TAB
NAV_TAB_NE: NEW TAB
NAV_CLO_APP: CLOSE APP
NAV_SMILEY: $$mdi:emoticon-happy-outline$$
NAV_DELWRD: DELETE WORD
NAV_SWI_LE: {t: $$mdi:arrow-left$$, s: SWITCH}
NAV_SWI_RI: {t: $$mdi:arrow-right$$, s: SWITCH}
NAV_THREAD: SLACK THREAD
Expand Down

0 comments on commit dd62108

Please sign in to comment.