mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-15 00:44:05 +09:00
shell now accepts envvar KEYBOARD and changes key layout on the fly
This commit is contained in:
@@ -426,7 +426,7 @@ con.KEY_INSERT = 210;
|
||||
con.KEY_DELETE = 211;
|
||||
con.KEY_BACKSPACE = 8;
|
||||
con.KEY_TAB = 9;
|
||||
con.KEY_RETURN = 13;
|
||||
con.KEY_RETURN = 10;
|
||||
con.getch = function() {
|
||||
return sys.readKey();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user