changed: esc to show palette

This commit is contained in:
quenousimporte 2023-09-14 12:02:10 +02:00
parent d8a5fa5631
commit 5181d573a6
1 changed files with 4 additions and 0 deletions

View File

@ -2204,6 +2204,10 @@ function esc(event)
{ {
togglepreview(); togglepreview();
} }
else
{
commandpalette();
}
} }
function mainkeydownhandler() function mainkeydownhandler()