update antedit

This commit is contained in:
DanyLE
2022-06-06 11:27:46 +02:00
parent e3562e75e9
commit 21f2e58768
8 changed files with 7 additions and 5 deletions

View File

@ -1327,7 +1327,7 @@ namespace OS {
binding = binding | monaco.KeyMod.WinCtrl;
break;
default:
const k = `KEY_${key}`;
const k = `Key${key}`;
if(monaco.KeyCode[k])
{
binding = binding | monaco.KeyCode[k];