14,970
edits
(→其他) |
|||
| Line 115: | Line 115: | ||
=== 其他 === | === 其他 === | ||
by software | |||
* MS Excel:: | * MS Excel:: | ||
*# 編輯資料: {{kbd | key = F2}} | *# 編輯資料: {{kbd | key = F2}} | ||
| Line 122: | Line 123: | ||
* [http://meta.wikimedia.org/wiki/Shortcuts Help:Keyboard shortcuts - Meta] | * [http://meta.wikimedia.org/wiki/Shortcuts Help:Keyboard shortcuts - Meta] | ||
* Notepad++: [http://www.keyxl.com/aaacd5a/43/Notepad-Plus-text-editor-software-keyboard-shortcuts.htm Notepad++ Keyboard Shortcuts] | * Notepad++: [http://www.keyxl.com/aaacd5a/43/Notepad-Plus-text-editor-software-keyboard-shortcuts.htm Notepad++ Keyboard Shortcuts], [http://sourceforge.net/apps/mediawiki/notepad-plus/?title=Keyboard_And_Mouse_Shortcuts SourceForge.net: Keyboard And Mouse Shortcuts - notepad-plus] | ||
* [https://gist.github.com/eteanga/1736542 Sublime Text 2 - Useful Shortcuts] | |||
* [http://delicious.com/popular/hotkey Popular hotkey Bookmarks on Delicious] | * [http://delicious.com/popular/hotkey Popular hotkey Bookmarks on Delicious] | ||
by function | |||
* Duplicate current line | |||
** Notepad++: {{Kbd plus | key1 = Ctrl | key2 = d}} | |||
** Sublime: {{kbd | key = Ctrl}} + {{kbd | key = Shift}} + {{kbd | key = d}} | |||
Modify the shortcut to use {{Kbd plus | key1 = Ctrl | key2 = d}} to Duplicate current line on Sublime. | |||
* Sublime Menu -> Preferences -> Key Bindings - User | |||
* {{exclaim}} It will override the existing shortcuts: select word | |||
<pre> | |||
[ | |||
{ "keys": ["ctrl+d"], "command": "duplicate_line" }, | |||
] | |||
</pre> | |||
== 檔案管理 == | == 檔案管理 == | ||