more def added
This commit is contained in:
parent
def779dac2
commit
5ab580c66c
1 changed files with 12 additions and 4 deletions
|
|
@ -96,6 +96,14 @@ SPDX-License-Identifier: MIT
|
||||||
// media_layer
|
// media_layer
|
||||||
#define SC_FLOW &kp LS(LG(NUMBER_1)) // <S-D-1> ScrenFlow app for MacOS
|
#define SC_FLOW &kp LS(LG(NUMBER_1)) // <S-D-1> ScrenFlow app for MacOS
|
||||||
#define TXTSNIP &kp LS(LG(NUMBER_2)) // <S-D-2> TextSniper app for MacOS
|
#define TXTSNIP &kp LS(LG(NUMBER_2)) // <S-D-2> TextSniper app for MacOS
|
||||||
|
#define SC_SHOT &kp LS(LG(NUMBER_3)) // <S-D-3> ScrenShot app for MacOS
|
||||||
|
#define SC_SPSF &kp LS(LG(NUMBER_4)) // <S-D-4> Save picture of screen as a file for MacOS
|
||||||
|
#define SC_RE &kp LS(LG(NUMBER_5)) // <S-D-5> Screenshot and recording options for MacOS
|
||||||
|
#define OP_TERM &kp LC(LG(LA(SLASH))) // open terminal iTerm2 in current directory for MacOS
|
||||||
|
#define POS1 &kp LA(LG(NUMBER_1)) // positions of current app with carabiner integration for MacOS
|
||||||
|
#define POS2 &kp LA(LG(NUMBER_2)) // positions of current app with carabiner integration for MacOS
|
||||||
|
#define POS3 &kp LA(LG(NUMBER_3)) // positions of current app with carabiner integration for MacOS
|
||||||
|
#define POS4 &kp LA(LG(NUMBER_4)) // positions of current app with carabiner integration for MacOS
|
||||||
//}}}
|
//}}}
|
||||||
// ### keymap {{{
|
// ### keymap {{{
|
||||||
/ {
|
/ {
|
||||||
|
|
@ -185,9 +193,9 @@ SPDX-License-Identifier: MIT
|
||||||
// ### media_layer {{{
|
// ### media_layer {{{
|
||||||
media_layer {
|
media_layer {
|
||||||
// .------------------------------------------------. .-------------------------------------------------.
|
// .------------------------------------------------. .-------------------------------------------------.
|
||||||
// | |SC_FLOW|TXTSNIP|<S-D-3>|OP_TERM| | |POS1 |POS2 |LANG_1 |LANG_2 | STOP | DELETE |
|
// | |SC_FLOW|TXTSNIP|SC_SHOT|OP_TERM| | |POS1 |POS2 |LANG_1 |LANG_2 | STOP | DELETE |
|
||||||
// |--------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+---------|
|
// |--------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+---------|
|
||||||
// | |<S-D-4>|<S-D-5>| | | | |POS3 |POS4 |LANG_3 |SHUFFLE|VOL_UP |PLAY/PAUS|
|
// | |SC_SPSF|SC_RE | | | | |POS3 |POS4 |LANG_3 |SHUFFLE|VOL_UP |PLAY/PAUS|
|
||||||
// |--------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+---------|
|
// |--------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+---------|
|
||||||
// | | | | | | | | | | MUTE | PREV |VOL_DOW| NEXT |
|
// | | | | | | | | | | MUTE | PREV |VOL_DOW| NEXT |
|
||||||
// '---------------------------------------------------------| |----------------------------------------------------------'
|
// '---------------------------------------------------------| |----------------------------------------------------------'
|
||||||
|
|
@ -197,8 +205,8 @@ SPDX-License-Identifier: MIT
|
||||||
// XXX XXX XXX XXX XXX XXX
|
// XXX XXX XXX XXX XXX XXX
|
||||||
// label = "MEDIA";
|
// label = "MEDIA";
|
||||||
bindings = <
|
bindings = <
|
||||||
XXX SC_FLOW TXTSNIP &kp LS(LG(NUMBER_3)) &kp LC(LG(LA(SLASH))) XXX &kp LA(LG(NUMBER_1)) &kp LA(LG(NUMBER_2)) &kp LANG1 &kp LANG2 &kp C_STOP &kp DEL
|
XXX SC_FLOW TXTSNIP SC_SHOT OP_TERM XXX POS1 POS2 &kp LANG1 &kp LANG2 &kp C_STOP &kp DEL
|
||||||
XXX &kp LS(LG(NUMBER_4)) &kp LS(LG(NUMBER_5)) XXX XXX XXX &kp LA(LG(NUMBER_3)) &kp LA(LG(NUMBER_4)) &kp LANG3 DE_SHUFFLE &kp C_VOL_UP &kp C_PLAY_PAUSE
|
XXX SC_SPSF SC_RE XXX XXX XXX POS3 POS4 &kp LANG3 DE_SHUFFLE &kp C_VOL_UP &kp C_PLAY_PAUSE
|
||||||
XXX XXX XXX XXX XXX XXX XXX XXX &kp C_MUTE &kp K_PREV &kp C_VOL_DN &kp C_NEXT
|
XXX XXX XXX XXX XXX XXX XXX XXX &kp C_MUTE &kp K_PREV &kp C_VOL_DN &kp C_NEXT
|
||||||
&kp LCTRL &kp LGUI &kp LALT &kp SPACE &kp RALT &kp LCTRL
|
&kp LCTRL &kp LGUI &kp LALT &kp SPACE &kp RALT &kp LCTRL
|
||||||
>;
|
>;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue