mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Classic copy/paste added to Linux and Win32
Ctrl+Insert: Copy Shift+Insert: Paste
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user