Merge branch 'master'
[arvados-workbench2.git] / src / common / codes.ts
diff --git a/src/common/codes.ts b/src/common/codes.ts
new file mode 100644 (file)
index 0000000..6342a29
--- /dev/null
@@ -0,0 +1,8 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
+export const KEY_CODE_UP = 38;
+export const KEY_CODE_DOWN = 40;
+export const KEY_CODE_ESC = 27;
+export const KEY_ENTER = 13;