Skip to content

Commit 6ac8369

Browse files
authored
Merge pull request #409 from devtron-labs/refactor/node-details-list
chore: add Escape key to shortcut keys map
2 parents b58a4c6 + 0b179f8 commit 6ac8369

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Common/Hooks/UseRegisterShortcut/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export const KEYBOARD_KEYS_MAP = {
2121
Shift: '⇧',
2222
Meta: IS_PLATFORM_MAC_OS ? '⌘' : 'Win',
2323
Alt: IS_PLATFORM_MAC_OS ? '⌥' : 'Alt',
24+
Escape: 'Escape',
2425
F: 'F',
2526
E: 'E',
2627
R: 'R',

0 commit comments

Comments
 (0)