Classic copy/paste added to Linux and Win32

Ctrl+Insert: Copy
Shift+Insert: Paste
Esse commit está contido em:
batjko
2014-06-09 14:39:00 +01:00
commit aa2868efbf
2 arquivos alterados com 4 adições e 0 exclusões
+2
Ver Arquivo
@@ -29,6 +29,8 @@
'ctrl-x': 'core:cut'
'ctrl-c': 'core:copy'
'ctrl-v': 'core:paste'
'ctrl-insert': 'core:copy'
'shift-insert': 'core:paste'
'shift-up': 'core:select-up'
'shift-down': 'core:select-down'
'shift-left': 'core:select-left'
+2
Ver Arquivo
@@ -31,6 +31,8 @@
'ctrl-x': 'core:cut'
'ctrl-c': 'core:copy'
'ctrl-v': 'core:paste'
'ctrl-insert': 'core:copy'
'shift-insert': 'core:paste'
'shift-up': 'core:select-up'
'shift-down': 'core:select-down'
'shift-left': 'core:select-left'