Allow to select connection profile with arrow keys
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
export enum KeyCodes {
|
||||
backspace = 8,
|
||||
tab = 9,
|
||||
enter = 13,
|
||||
escape = 27,
|
||||
arrow_left = 37,
|
||||
arrow_up = 38,
|
||||
arrow_right = 39,
|
||||
arrow_down = 40,
|
||||
delete = 46,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user