Skip to content

Commit 25f278f

Browse files
TomK32xemle
authored andcommitted
On Linux for some reason it is escape and not just esc
1 parent 4df8e2d commit 25f278f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webapp/src/single/useMediaViewHotkeys.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function useMediaViewHotkeys() {
4747
action: 'last'
4848
},
4949
{
50-
keys: ['esc'],
50+
keys: ['esc', 'escape'],
5151
action: 'list',
5252
disabled: disabledFlags.includes('nav')
5353
},

0 commit comments

Comments
 (0)