fix enter key so we can break in textfields again

This commit is contained in:
raphael 2020-03-28 13:22:39 +01:00
parent 31351ea2e2
commit d21953ede1
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ var keybinds = {
'down' : 'moveDraggableDown',
'left' : 'moveDraggableLeft',
'right' : 'moveDraggableRight',
'enter' : 'dropDraggable',
'defmod-enter' : 'dropDraggable',
'shift-enter' : 'addToBackground',
'escape' : 'cancelAllActions',
'del' : 'deleteSelection'