Classic copy/paste added to Linux and Win32

Ctrl+Insert: Copy
Shift+Insert: Paste
This commit is contained in:
batjko 2014-06-09 14:39:00 +01:00
parent 7dcafb44f1
commit aa2868efbf
2 changed files with 4 additions and 0 deletions

View File

@ -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'

View File

@ -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'