Skip to content

Commit

Permalink
Merge pull request #17 from deinsoftware/swept
Browse files Browse the repository at this point in the history
add task manager key
  • Loading branch information
equiman authored Mar 6, 2023
2 parents 57b802e + 82ddffd commit 635c038
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
Binary file modified .github/images/layers/STG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@
"markdownlint.config": {
"MD033": false
},
"[markdown]": {
"editor.wordWrap": "off"
},
"editor.formatOnSave": false
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 5.5.0

- Add task manager key on `STG` layer

## 5.4.0

- Remap all settings key and windows shortcut
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ Dedicated to Bluetooth and media controls.
| <kbd>🔅</kbd> | Bright down |
| <kbd>🔆</kbd> | Bright up |
| <kbd>⎉</kbd> | Connect Quick Action |
| <kbd>▤</kbd> | Task Manager |
| <kbd>ⓘ</kbd> | System Info |
| <kbd>⛨</kbd> | Windows Security |
| <kbd>⎈</kbd> | Windows Settings |
Expand Down
11 changes: 6 additions & 5 deletions config/swept.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -176,19 +176,20 @@
};

settings_layer {
#define S24 &kp LG(K)
#define S11 &kp LC(LS(ESC)) // tap: task manager
#define S24 &kp LG(K) // tap: connect quick action

#define S22 &kp RG(PAUSE_BREAK)
#define S23 &kp RG(I)
#define S34 &kp RC(RA(DEL))
#define S22 &kp RG(PAUSE_BREAK) // tap: system info
#define S23 &kp RG(I) // tap: windows settings
#define S34 &kp RC(RA(DEL)) // tap: windows security

#define S05 &kp RC(PLUS) // tap: zoom in
#define S17 &kp RC(N0) // tap: zoom reset
#define S29 &kp RC(MINUS) // tap: zoom out

label = "STG";
bindings = <
KEY_ESC &none &none &none &kp C_BRI_DN S05 &kp C_VOL_UP &kp C_BRI_UP &none &none &none &none
KEY_ESC &none &none &none &kp C_BRI_DN S05 &kp C_VOL_UP &kp C_BRI_UP &none &none &none S11
&bt BT_CLR &none &m_s_b1 &m_s_b2 &m_s_b3 S17 &kp C_MUTE &kp C_PREV &kp C_PP &kp C_NEXT S22 S23
S24 &none &m_s_b4 &m_s_b5 &m_s_b6 S29 &kp C_VOL_DN &kp C_RW &kp C_STOP &kp C_FF S34 &none
&none KEY_SPC &to_BAS &to_DEV KEY_RET &none
Expand Down

0 comments on commit 635c038

Please sign in to comment.