Using TAB key event.

A key event that makes use of TAB key to cycle the elements.

Co-authored-by: Trim Bresilla <trim.bresilla@gmail.com>"
Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com>
This commit is contained in:
ArthurSonzogni
2019-11-01 19:52:41 +01:00
parent 7f0381e30a
commit 22f8f0d3b7
6 changed files with 54 additions and 55 deletions

View File

@@ -33,6 +33,8 @@ struct Event {
static Event Delete;
static Event Return;
static Event Escape;
static Event Tab;
static Event TabReverse;
static Event F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12;
// --- Custom ---