Latest revision |
Your text |
Line 1: |
Line 1: |
| {| class="wikitable"
| | Keyboard Shortcuts in Filezilla: |
| |-
| | |
| ! Keyboard Shortcut
| | F2 - Rename selected file<br/> |
| ! Description
| | F5 - Refreshes local and remote file and folder views<br /> |
| |-
| | Tab - Switches to the next view<br /> |
| |<kbd>F2</kbd> || Rename selected file
| | Ctrl+C - Stops the current operation<br /> |
| |-
| | Ctrl+D - Disconnects from server<br /> |
| |<kbd>F3</kbd> || Search remote files
| | Ctrl+Q - Exit<br /> |
| |-
| | Ctrl+R - Reconnects to server<br /> |
| |<kbd>F5</kbd> || Refreshes local and remote file and folder views
| | Ctrl+S - Opens the Site Manager<br /> |
| |-
| | Ctrl+T - Shows or hides the treeview<br /> |
| |<kbd>Tab</kbd> || Switches to the next view
| | Ctrl+Y - Toggle synchronized browsing<br /> |
| |-
| | Enter - Transfers the currently selected file<br/> |
| |<kbd>Alt+Down</kbd> || Transfers the currently selected item to an item of the same name in the other pane<br>
| |
| |-
| |
| |<kbd>Alt+Up</kbd> || Navigates up one line in a tree view (same as Up Arrow), navigates to parent folder in file view
| |
| |-
| |
| |<kbd>Ctrl+B</kbd> || Add bookmark
| |
| |-
| |
| |<kbd>Ctrl+Shift+B</kbd> || Manage bookmarks
| |
| |-
| |
| |<kbd>Ctrl+C</kbd> || Stops the current operation
| |
| |-
| |
| |<kbd>Ctrl+D</kbd> || Disconnects from server
| |
| |-
| |
| |<kbd>Ctrl+E</kbd> || Show files currently being edited
| |
| |-
| |
| |<kbd>Ctrl+F</kbd> || Enables Quick Search on either remote or local site
| |
| |-
| |
| |<kbd>Ctrl+I</kbd> || Directory listing filters …
| |
| |-
| |
| |<kbd>Ctrl+M</kbd> || Manual transfer
| |
| |-
| |
| |<kbd>Ctrl+Shift+N</kbd> || create a new directory
| |
| |-
| |
| |<kbd>Ctrl+O</kbd> || Enable directory comparison
| |
| |-
| |
| |<kbd>Ctrl+P</kbd> || Process queue
| |
| |-
| |
| |<kbd>Ctrl+Q</kbd> || Exit
| |
| |-
| |
| |<kbd>Ctrl+R</kbd> || Reconnects to server
| |
| |-
| |
| |<kbd>Ctrl+S</kbd> || Opens the Site Manager
| |
| |-
| |
| |<kbd>Ctrl+T</kbd> || Opens a new tab
| |
| |-
| |
| |<kbd>Ctrl+U</kbd> || Preserve timestamps of transferred files
| |
| |-
| |
| |<kbd>Ctrl+Y</kbd> || Toggle synchronized browsing
| |
| |-
| |
| |<kbd>Ctrl+W</kbd> || Close tab
| |
| |-
| |
| |<kbd>Enter</kbd> || Transfers the currently selected item if it is a file or expands it if it is a directory
| |
| |-
| |
| |<kbd>Ctrl+PgUp/PgDn</kbd> || switches to next/previous tab
| |
| |-
| |
| |<kbd>Up Arrow</kbd> || Moves up one item in the current view
| |
| |-
| |
| |<kbd>Down Arrow</kbd> || Moves down one item in the current view
| |
| |-
| |
| |<kbd>Left Arrow</kbd> || Nothing in a files view, Up one level in a tree view
| |
| |-
| |
| |<kbd>Right Arrow</kbd> || Down one level in a tree view, if there are subfolders, nothing if there are none. Pressing once expands a collapsed node. Pressing again steps down into it.
| |
| |}
| |