개발 개발
                
              Common keyboard shortcuts
                뭉기
                 2012. 7. 23. 23:06
              
                          
            Common keyboard shortcuts
| Cut | Copy | Paste | |
|---|---|---|---|
| Generic/Apple | command-X | command-C | command-V | 
| Windows/GNOME/KDE | control-X / shift-Delete | control-C / control-Insert | control-V / shift-Insert | 
| BeOS | alt-X | alt-C | alt-V | 
| Common User Access | shift+Delete | control+Insert | shift+Insert | 
| Emacs | control-W (to mark) control-K (to end of line) | meta-W (to mark) | control-Y | 
| vi | d (delete) | y (yank) | p (put) |