summaryrefslogtreecommitdiff
path: root/quantum/send_string_keycodes.h
AgeCommit message (Collapse)Author
2021-03-24Workaround for recent changes to mouse keycodes (#12367)Joel Challis
2020-04-12Add *OPT aliases for *ALT keycodes and macros (#8714)Konstantin Đorđević
2020-02-27Add support for delays in send_string. (#8244)Nick Brassel
2020-02-23Add mouse support to SEND_STRING (#8223)Joel Challis
* Add mouse support to SEND_STRING * add short forms
2019-11-25Send string keycode tweaks (#7471)fauxpark
2019-11-22Add 4-character aliases for sendstring keycodes (#7409)fauxpark
* Add 4-character aliases for sendstring keycodes * Remove pointless mail keycode redefinition * Forgot brightness keycodes
2019-08-30clang-format changesskullY
2018-06-28Clean up SEND_STRING keycodes and add media keys (#3214)fauxpark
* Clean up SEND_STRING keycodes and add media keys * Remove stray define * Add missing SEND_STRING keycodes for completeness Also, add KC_EJCT to the keycode references
2017-09-12Updates send_string functionality, adds terminal feature (#1657)Jack Humbert
* implement basic terminal stuff * modify send_string to read normal strings too * add files bc yeah. working pgm detected * pgm detection apparently not working * adds send string keycodes, additional keycode support in send string * implement arguments * [terminal] add help command * [terminal] adds keycode and keymap functions * [terminal] adds nop.h, documentation * update macro docs