mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-30 11:00:09 -04:00
Addtional Tweaks to combos
- Moved the backspace / delete combos to the top - removed contrl backspace shortcuts - Adjusted keymap.yaml
This commit is contained in:
parent
e1fcb05c8d
commit
33be21734f
3 changed files with 14 additions and 19 deletions
|
@ -56,14 +56,11 @@ enum keycodes {
|
|||
#define SC_SNIP LGUI(LSFT(KC_S))
|
||||
#define SC_FILE LGUI(KC_E)
|
||||
|
||||
// Zoom
|
||||
// Zoom for encoders
|
||||
#define ZOOMIN LCTL(LSFT(KC_EQL))
|
||||
#define ZOOMOUT LCTL(KC_MINS)
|
||||
#define ZOOMRST LCTL(KC_0)
|
||||
|
||||
// Macros
|
||||
#define BACKWRD LCTL(KC_BSPC)
|
||||
|
||||
/*
|
||||
- Any keycodes with prefix TR has behavior dependent on if the feature is enabled.
|
||||
- If the feature is disabled then the key is just the normal key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue