AppSuite:KeyboardControlled: Difference between revisions
From Open-Xchange
Daniel.rentz (talk | contribs) |
Daniel.rentz (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
== OX App Suite Keyboard Shortcuts == | == OX App Suite Keyboard Shortcuts == | ||
=== OX | === OX Documents === | ||
These keyboard shortcuts apply for all OX Documents applications. | |||
{| border=1 | {| border=1 | ||
|'''Function''' | |'''Function''' || '''Windows / Linux''' || '''Apple Mac (if different)''' | ||
|- | |- | ||
| | |Collapse or expand the side pane || Ctrl + F3 || Cmd + F3 | ||
|- | |- | ||
| | |Move focus between tool bars and document content || Ctrl + F6 || F6 | ||
|- | |- | ||
| | |Move focus between tool bars and document content (backwards) || Shift + Ctrl + F6 || Shift + F6 | ||
|- | |- | ||
| | |Move focus among tool bar items || Tab || | ||
|- | |- | ||
|Move | |Move focus among tool bar items (backwards) || Shift + Tab || | ||
|- | |- | ||
| | |Execute the currently selected button || Enter || | ||
|- | |- | ||
| | |Execute the currently selected button (without moving the focus) || Space || | ||
|- | |- | ||
| | |Execute the currently selected entry in a dropdown menu (moving the focus to the next ribbon control) || Tab || | ||
|- | |- | ||
| | |Execute the currently selected entry in a dropdown menu (moving the focus to the previous ribbon control) || Shift + Tab || | ||
|- | |- | ||
| | |Move between dropdown menu entries || Cursor keys || | ||
|- | |- | ||
| | |Close dropdown menu || ESC || | ||
|- | |- | ||
|Print || Ctrl + P || Cmd + P | |||
|Print | |||
|} | |} | ||
=== OX | === OX Document Viewer === | ||
{| border=1 | {| border=1 | ||
|'''Function''' | |'''Function''' || '''Windows / Linux''' || '''Apple Mac (if different)''' | ||
|- | |- | ||
| | |Scroll up || Arrow Up || | ||
|- | |- | ||
| | |Scroll up fast || Page Up || | ||
|- | |- | ||
| | |Scroll down || Arrow Down || | ||
|- | |- | ||
| | |Scroll down fast || Page Down || | ||
|- | |- | ||
| | |Jump to top of first page || Home || Fn + Arrow Left | ||
|- | |- | ||
| | |Jump to top of previous page || Alt + Page Up || Cmd + Page Up | ||
|- | |- | ||
| | |Jump to top of next page || Alt + Page Down || Cmd + Page Down | ||
|- | |- | ||
| | |Jump to bottom of last page || End || Fn + Arrow Left | ||
|- | |- | ||
| | |Zoom in || + (also on numeric pad) || | ||
|- | |- | ||
| | |Zoom out || - (also on numeric pad) || | ||
| | |} | ||
| | |||
=== OX Editors === | |||
These keyboard shortcuts apply for all OX Documents editor applications. | |||
{| border=1 | |||
|'''Function''' || '''Windows / Linux''' || '''Apple Mac (if different)''' | |||
|- | |- | ||
| | | Focus the document || ESC || | ||
|- | |- | ||
| | | Undo the last action || Ctrl + Z, Alt + Backspace || Cmd + Z, Alt + Backspace | ||
|- | |- | ||
| || | | Redo the last action || Ctrl + Y, Shift + Alt + Backspace || Cmd + Y, Shift + Alt + Backspace | ||
|- | |- | ||
| | | Copy selected text or object || Ctrl + C, Ctrl + Insert || Cmd + C | ||
|- | |- | ||
| | | Cut selected text or object || Ctrl + X, Shift + Delete || Cmd + X, Shift + Delete | ||
|- | |- | ||
|Paste selected text or object || Ctrl + V | | Paste selected text or object || Ctrl + V, Ctrl + Insert || Cmd + V, Ctrl + Insert | ||
|} | |} | ||
Line 99: | Line 84: | ||
{| border=1 | {| border=1 | ||
|'''Function''' | | '''Function''' || '''Windows / Linux''' || '''Apple Mac (if different)''' | ||
|- | |- | ||
|Jump one character to the left / | | Jump one character to the left/right || Arrow Left/Right || | ||
|- | |- | ||
|Jump one word to the left / | | Jump one word to the left/right || Ctrl + Arrow Left/Right || | ||
|- | |- | ||
|Jump to the beginning of a line | | Jump to the beginning of a line || Home || Cmd + Arrow Left | ||
|- | |- | ||
|Jump to the end of a line | | Jump to the end of a line || End || ✘ | ||
|- | |- | ||
|Jump one line down | | Jump one line up/down || Arrow Up/Down || | ||
|- | |- | ||
|Jump to end | | Jump to beginning/end of document || Ctrl + Home/End || Cmd + Arrow Up/Down | ||
|- | |- | ||
|Jump to next table cell | | Jump to next table cell || Tab || | ||
|- | |- | ||
|Jump to previous table cell | |Jump to previous table cell || Shift + Tab || | ||
|} | |} | ||
'''Text Selection''' | '''Text Selection''' | ||
{| border=1 | {| border=1 | ||
|'''Function''' | |'''Function''' || '''Windows / Linux''' || '''Apple Mac (if different)''' | ||
|- | |- | ||
|Extend selection one character to the right | | Extend selection one character to the left/right || Shift + Arrow Left/Right || | ||
|- | |- | ||
|Extend selection to the beginning of a line | | Extend selection to the beginning of a line || Shift + Home || Shift + Cmd + Arrow Left | ||
|- | |- | ||
|Extend selection to the end of a line | | Extend selection to the end of a line || Shift + End || ✘ | ||
|- | |- | ||
|Extend selection one line down | | Extend selection one line up/down || Shift + Arrow Up/Down || | ||
|- | |- | ||
|Extend selection to end | | Extend selection to beginning/end of document || Shift + Ctrl + Home/End || Shift + Cmd + Arrow Up/Down | ||
|- | |- | ||
|Extend selection to entire document | | Extend selection to entire document || Ctrl + A || Cmd + A | ||
|- | |- | ||
|} | |} | ||
'''Search and Replace''' | '''Search and Replace''' | ||
{| border=1 | {| border=1 | ||
|'''Function''' | |'''Function''' || '''Windows / Linux''' || '''Apple Mac (if different)''' | ||
|- | |- | ||
|Open Search and Replace pane | | Open Search and Replace pane || Ctrl + F || Cmd + F | ||
|- | |- | ||
|Close Search and Replace pane || | | Close Search and Replace pane || Esc || | ||
|- | |- | ||
|Select next search result || | | Select next search result || Ctrl + G || Cmd + G | ||
|- | |- | ||
|Select previous search result || | | Select previous search result || Ctrl+ Shift + G || Shift + Cmd + G | ||
|- | |- | ||
|} | |} | ||
'''Edit Document''' | '''Edit Document''' | ||
{| border=1 | {| border=1 | ||
|'''Function''' | |'''Function''' || '''Windows / Linux''' || '''Apple Mac (if different)''' | ||
|- | |- | ||
|Insert paragraph break | | Insert paragraph break || Enter || | ||
|- | |- | ||
|Insert line break without breaking paragraph || | | Insert line break without breaking paragraph || Shift + Enter || | ||
|- | |- | ||
|} | |} | ||
'''Format Text''' | '''Format Text''' | ||
{| border=1 | {| border=1 | ||
|'''Function''' | |'''Function''' || '''Windows / Linux''' || '''Apple Mac (if different)''' | ||
|- | |- | ||
|Apply / remove | | Apply/remove bold || Ctrl + B || Cmd + B | ||
|- | |- | ||
|Apply / remove | | Apply/remove italic || Ctrl + I || Cmd + I | ||
|- | |- | ||
| | | Apply/remove underline || Ctrl + U || Cmd + U | ||
|- | |- | ||
| Remove all manual styles || Ctrl + Space || | |||
|} | |} |
Revision as of 15:04, 16 July 2013
OX App Suite Keyboard Shortcuts
OX Documents
These keyboard shortcuts apply for all OX Documents applications.
Function | Windows / Linux | Apple Mac (if different) |
Collapse or expand the side pane | Ctrl + F3 | Cmd + F3 |
Move focus between tool bars and document content | Ctrl + F6 | F6 |
Move focus between tool bars and document content (backwards) | Shift + Ctrl + F6 | Shift + F6 |
Move focus among tool bar items | Tab | |
Move focus among tool bar items (backwards) | Shift + Tab | |
Execute the currently selected button | Enter | |
Execute the currently selected button (without moving the focus) | Space | |
Execute the currently selected entry in a dropdown menu (moving the focus to the next ribbon control) | Tab | |
Execute the currently selected entry in a dropdown menu (moving the focus to the previous ribbon control) | Shift + Tab | |
Move between dropdown menu entries | Cursor keys | |
Close dropdown menu | ESC | |
Ctrl + P | Cmd + P |
OX Document Viewer
Function | Windows / Linux | Apple Mac (if different) |
Scroll up | Arrow Up | |
Scroll up fast | Page Up | |
Scroll down | Arrow Down | |
Scroll down fast | Page Down | |
Jump to top of first page | Home | Fn + Arrow Left |
Jump to top of previous page | Alt + Page Up | Cmd + Page Up |
Jump to top of next page | Alt + Page Down | Cmd + Page Down |
Jump to bottom of last page | End | Fn + Arrow Left |
Zoom in | + (also on numeric pad) | |
Zoom out | - (also on numeric pad) |
OX Editors
These keyboard shortcuts apply for all OX Documents editor applications.
Function | Windows / Linux | Apple Mac (if different) |
Focus the document | ESC | |
Undo the last action | Ctrl + Z, Alt + Backspace | Cmd + Z, Alt + Backspace |
Redo the last action | Ctrl + Y, Shift + Alt + Backspace | Cmd + Y, Shift + Alt + Backspace |
Copy selected text or object | Ctrl + C, Ctrl + Insert | Cmd + C |
Cut selected text or object | Ctrl + X, Shift + Delete | Cmd + X, Shift + Delete |
Paste selected text or object | Ctrl + V, Ctrl + Insert | Cmd + V, Ctrl + Insert |
OX Text
Navigation
Function | Windows / Linux | Apple Mac (if different) |
Jump one character to the left/right | Arrow Left/Right | |
Jump one word to the left/right | Ctrl + Arrow Left/Right | |
Jump to the beginning of a line | Home | Cmd + Arrow Left |
Jump to the end of a line | End | ✘ |
Jump one line up/down | Arrow Up/Down | |
Jump to beginning/end of document | Ctrl + Home/End | Cmd + Arrow Up/Down |
Jump to next table cell | Tab | |
Jump to previous table cell | Shift + Tab |
Text Selection
Function | Windows / Linux | Apple Mac (if different) |
Extend selection one character to the left/right | Shift + Arrow Left/Right | |
Extend selection to the beginning of a line | Shift + Home | Shift + Cmd + Arrow Left |
Extend selection to the end of a line | Shift + End | ✘ |
Extend selection one line up/down | Shift + Arrow Up/Down | |
Extend selection to beginning/end of document | Shift + Ctrl + Home/End | Shift + Cmd + Arrow Up/Down |
Extend selection to entire document | Ctrl + A | Cmd + A |
Search and Replace
Function | Windows / Linux | Apple Mac (if different) |
Open Search and Replace pane | Ctrl + F | Cmd + F |
Close Search and Replace pane | Esc | |
Select next search result | Ctrl + G | Cmd + G |
Select previous search result | Ctrl+ Shift + G | Shift + Cmd + G |
Edit Document
Function | Windows / Linux | Apple Mac (if different) |
Insert paragraph break | Enter | |
Insert line break without breaking paragraph | Shift + Enter |
Format Text
Function | Windows / Linux | Apple Mac (if different) |
Apply/remove bold | Ctrl + B | Cmd + B |
Apply/remove italic | Ctrl + I | Cmd + I |
Apply/remove underline | Ctrl + U | Cmd + U |
Remove all manual styles | Ctrl + Space |