aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/send_string_keycodes.h
Commit message (Collapse)AuthorAgeFilesLines
* Add *OPT aliases for *ALT keycodes and macros (#8714)Konstantin Đorđević2020-04-121-0/+2
|
* Add support for delays in send_string. (#8244)Nick Brassel2020-02-271-3/+7
|
* Add mouse support to SEND_STRING (#8223)Joel Challis2020-02-231-0/+36
| | | | | | * Add mouse support to SEND_STRING * add short forms
* Send string keycode tweaks (#7471)fauxpark2019-11-251-0/+32
|
* Add 4-character aliases for sendstring keycodes (#7409)fauxpark2019-11-221-204/+339
| | | | | | | | * Add 4-character aliases for sendstring keycodes * Remove pointless mail keycode redefinition * Forgot brightness keycodes
* clang-format changesskullY2019-08-301-196/+196
|
* Clean up SEND_STRING keycodes and add media keys (#3214)fauxpark2018-06-281-162/+201
| | | | | | | | | | * 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
* Updates send_string functionality, adds terminal feature (#1657)Jack Humbert2017-09-121-0/+168
* 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