forked from mirrors/qmk_userspace
[Keymap] miles2go userspace update, add functions for babblepaste library, add prime_e keybard keymap (#9196)
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
aa73411c14
commit
7b7689d307
17 changed files with 843 additions and 222 deletions
|
@ -69,6 +69,7 @@ bool babblePaste_emacs(uint16_t keycode) {
|
|||
|
||||
# ifdef BABL_APP
|
||||
BABLM(BABL_APP_SAVE, SS_LCTL("x") SS_LCTL("s"));
|
||||
BABLM(BABL_APP_SET_MARK, IMCTL(X_SPACE));
|
||||
/// BABLM( BABL_APP_MULTI_SELECT, SS_LCTRL("x") "rt" ); // arguably
|
||||
BABLM(BABL_SPLIT_FRAME_VERT, SS_LCTRL("x") "3");
|
||||
BABLM(BABL_UNSPLIT_FRAME_VERT, SS_LCTRL("u") SS_LCTRL("x") "0");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue