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) |
[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 201da0d1a3..87560b6eb8 100644 --- a/users/miles2go/babl_emacs.c +++ b/users/miles2go/babl_emacs.c @@ -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"); |