diff options
| author | milestogo <milestogo@users.noreply.github.com> | 2021-03-14 12:23:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-14 12:23:30 -0700 |
| commit | 7b7689d30796c977b95197091c16e8bb97000101 (patch) | |
| tree | dc81a91d109041e34a90940fdceaeede7d512e4f /users/miles2go/babl_emacs.c | |
| parent | aa73411c14487465d7af9d9f1ca7cb5d157e9343 (diff) | |
| download | qmk_firmware-7b7689d30796c977b95197091c16e8bb97000101.tar.gz qmk_firmware-7b7689d30796c977b95197091c16e8bb97000101.zip | |
[Keymap] miles2go userspace update, add functions for babblepaste library, add prime_e keybard keymap (#9196)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'users/miles2go/babl_emacs.c')
| -rw-r--r-- | users/miles2go/babl_emacs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/miles2go/babl_emacs.c b/users/miles2go/babl_emacs.c index 201da0d1a..87560b6eb 100644 --- a/users/miles2go/babl_emacs.c +++ b/users/miles2go/babl_emacs.c | |||
| @@ -69,6 +69,7 @@ bool babblePaste_emacs(uint16_t keycode) { | |||
| 69 | 69 | ||
| 70 | # ifdef BABL_APP | 70 | # ifdef BABL_APP |
| 71 | BABLM(BABL_APP_SAVE, SS_LCTL("x") SS_LCTL("s")); | 71 | BABLM(BABL_APP_SAVE, SS_LCTL("x") SS_LCTL("s")); |
| 72 | BABLM(BABL_APP_SET_MARK, IMCTL(X_SPACE)); | ||
| 72 | /// BABLM( BABL_APP_MULTI_SELECT, SS_LCTRL("x") "rt" ); // arguably | 73 | /// BABLM( BABL_APP_MULTI_SELECT, SS_LCTRL("x") "rt" ); // arguably |
| 73 | BABLM(BABL_SPLIT_FRAME_VERT, SS_LCTRL("x") "3"); | 74 | BABLM(BABL_SPLIT_FRAME_VERT, SS_LCTRL("x") "3"); |
| 74 | BABLM(BABL_UNSPLIT_FRAME_VERT, SS_LCTRL("u") SS_LCTRL("x") "0"); | 75 | BABLM(BABL_UNSPLIT_FRAME_VERT, SS_LCTRL("u") SS_LCTRL("x") "0"); |
