control-freak-ide/Control-Freak-Documentation/docFiles/internal/01_Interface/_Keyboard.md
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

104 lines
2.3 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Keyboard and mouse controls
#### File Actions
- **F1** : Help
- **F2** : Rename
- **F3** : Preview file
- **F4 / Enter** : Edit file
- **F5** : Copy to
- **F6** : Move to
- **F7** : Create directory
- **F8** / Delete : Delete
- **F9** : Create file
<hr/>
#### Editor
- **CTRL + F11** : Maximize Toggle
- **CTRL + S** : Save
- **CTRL + F** : Open search
- **CTRL + L** : Reload
- **Ctrl-F / Cmd-F** : Start searching
- **Ctrl-G / Cmd-G** : Find next
- **Ctrl -/ +** : Change Font Size
- **SHIFT + CTRL-G** / SHIFT-Cmd-G : Find previous
- **SHIFT-Ctrl-F** / Cmd-Option-F : Replace
- **SHIFT-Ctrl-R** / SHIFT-Cmd-Option-F : Replace all
- **F1**: Open - Help and more Keyboard shortcuts
<hr/>
#### Clipboard
- **CTRL + C** : Copy selection to clipboard
- **CTRL + X** : Cut selection to clipboard
- **CTRL + V** : Paste selection
<hr/>
#### Navigation
- **Enter** : Open or edit folder or file
- **ALT + ENTER** : Open in new tab
- **BACKSPACE** : Go back in history
- **ALT + 1 - 10**: Choose Source
<hr/>
#### Window & Panels
- **CTRL + W** : Close current tab
- **F11** : Browser fullscreen
- **ALT + F11** : Toggle navigation panel (if exists)
- **CTRL + F11** : Toggle navigation panel and ribbon, (if exists)
- **NUM + +** : Num & Plus selects next tab
- **NUM + -** : Num & Minus/Subtract selects prev. tab
- **CTRL + F1** : List mode
- **CTRL + F2** : Thumb mode
- **CTRL + F3** : Tree mode
<hr/>
#### Tree
- **Left** : Collapse/Expand folder
- **Right** : Expand folder, if open, go into!
- **Home & and End** as usual
<hr/>
#### Selection
- **SHIFT+UP/DOWN** : Multi-Selection, hold CTRL and release SHIFT to skip next whilst pressing up or down
- **CTRL+A** : Select all
- **CTRL-D** : Select none
- **CTRL-I** : Inverse
- **CTRL + CLICK** : Append/add to selection
- **HOME** : Go to first row : works with SHIFT
- **END** : Go to last row : works with SHIFT
<hr/>
#### Mouse
- **Right-Click** : Open context menu
- **CTRL** : Enable copy mode for drag and drop
- **Uploads** : Simple drag files from your desktop into any file panel (uploads go over XHR, so adjust post size!)
- **Remote downloads**: drag the browser url into any file panel
<hr/>
#### Console & Terminal
- **CTRL + Enter** : Send or run selected text
- **SHIFT + Enter** : Clear output
<hr/>