Namespace KStandardShortcut |
|
\namespace KStandardShortcut Convenient methods for access to the common accelerator keys in the key configuration. These are the standard keybindings that should be used in all KDE applications. They will be configurable, so do not hardcode the default behavior. |
|
Add current page to bookmarks. Default: Ctrl+B Returns the shortcut of the standard accelerator |
|
Back. Default: Alt+Left Returns the shortcut of the standard accelerator |
|
BackwardWord. Default: Ctrl+Left Returns the shortcut of the standard accelerator |
|
Goto beginning of the document. Default: Ctrl-Home Returns the shortcut of the standard accelerator |
|
Goto beginning of current line. Default: Home Returns the shortcut of the standard accelerator |
|
Close current document. Default: Ctrl-w Returns the shortcut of the standard accelerator |
|
Complete text in input widgets. Default Ctrl+E Returns the shortcut of the standard accelerator |
|
Copy selected area into the clipboard. Default: Ctrl-c Returns the shortcut of the standard accelerator |
|
Cut selected area and store it in the clipboard. Default: Ctrl-x Returns the shortcut of the standard accelerator |
|
Delete a word back from mouse/cursor position. Default: Ctrl-Backspace Returns the shortcut of the standard accelerator |
|
Delete a word forward from mouse/cursor position. Default: Ctrl-Delete Returns the shortcut of the standard accelerator |
|
Goto end of the document. Default: Ctrl-End Returns the shortcut of the standard accelerator |
|
Goto end of current line. Default: End Returns the shortcut of the standard accelerator |
|
Return the StandardShortcut id of the standard accel action which
uses this key sequence, or AccelNone if none of them do.
This is used by class KKeyChooser.
keySeq - the key sequence to search Returns the id of the standard accelerator, or AccelNone if there is none |
|
Return the StandardShortcut id of the standard accel action which
has keyName as its name, or AccelNone if none of them do.
This is used by class KKeyChooser.
keyName - the key sequence to search Returns the id of the standard accelerator, or AccelNone if there is none |
|
Find, search. Default: Ctrl-f Returns the shortcut of the standard accelerator |
|
Find/search next. Default: F3 Returns the shortcut of the standard accelerator |
|
Find/search previous. Default: Shift-F3 Returns the shortcut of the standard accelerator |
|
Forward. Default: ALT+Right Returns the shortcut of the standard accelerator |
|
ForwardWord. Default: Ctrl+Right Returns the shortcut of the standard accelerator |
|
Full Screen Mode. Default: Ctrl+Shift+F Returns the shortcut of the standard accelerator |
|
Go to line. Default: Ctrl+G Returns the shortcut of the standard accelerator |
|
Returns the hardcoded default shortcut for id.
This does not take into account the user's configuration.
id - the id of the accelerator Returns the default shortcut of the accelerator |
|
Help the user in the current situation. Default: F1 Returns the shortcut of the standard accelerator |
|
Goto home page. Default: Alt-Home Returns the shortcut of the standard accelerator |
|
Toggle insert/overwrite (with visual feedback, e.g. in the statusbar). Default: Insert Returns the shortcut of the standard accelerator |
|
Returns a localized label for user-visible display.
id - the id of the accelerator Returns a localized label for the accelerator |
|
Returns a unique name for the given accel.
id - the id of the accelerator Returns the unique name of the accelerator |
|
Scroll down one page. Default: Next Returns the shortcut of the standard accelerator |
|
Iterate through a list when completion returns multiple items. Default: Ctrl+Down Returns the shortcut of the standard accelerator |
|
Open file. Default: Ctrl-o Returns the shortcut of the standard accelerator |
|
Create a new document (or whatever). Default: Ctrl-n Returns the shortcut of the standard accelerator |
|
Paste contents of clipboard at mouse/cursor position. Default: Ctrl-v Returns the shortcut of the standard accelerator |
|
Paste the selection at mouse/cursor position. Default: Ctrl-Shift-Insert Returns the shortcut of the standard accelerator |
|
Iterate through a list when completion returns multiple items. Default: Ctrl+Up Returns the shortcut of the standard accelerator |
|
Print current document. Default: Ctrl-p Returns the shortcut of the standard accelerator |
|
Scroll up one page. Default: Prior Returns the shortcut of the standard accelerator |
|
Quit the program. Default: Ctrl-q Returns the shortcut of the standard accelerator |
|
Redo. Default: Shift-Ctrl-z Returns the shortcut of the standard accelerator |
|
Reload. Default: F5 Returns the shortcut of the standard accelerator |
|
Find and replace matches. Default: Ctrl-r Returns the shortcut of the standard accelerator |
|
Help users iterate through a list of entries. Default: Down Returns the shortcut of the standard accelerator |
|
Help users iterate through a list of entries. Default: Up Returns the shortcut of the standard accelerator |
|
Save current document. Default: Ctrl-s Returns the shortcut of the standard accelerator |
|
Saves the new shortcut cut for standard accel id. |
|
Reload. Default: Ctrl-A Returns the shortcut of the standard accelerator |
|
Returns the keybinding for accel.
On X11, if QApplication was initialized with GUI disabled, the
default keybinding will always be returned.
id - the id of the accelerator |
|
Show Menu Bar. Default: Ctrl-M Returns the shortcut of the standard accelerator |
|
Find a string within another string or list of strings. Default: Ctrl-T Returns the shortcut of the standard accelerator |
|
Next Tab. Default: Ctrl-< Returns the shortcut of the standard accelerator |
|
Previous Tab. Default: Ctrl-> Returns the shortcut of the standard accelerator |
|
Undo last operation. Default: Ctrl-z Returns the shortcut of the standard accelerator |
|
Up. Default: Alt+Up Returns the shortcut of the standard accelerator |
|
Returns an extended WhatsThis description for the given accelerator.
id - the id of the accelerator Returns a localized description of the accelerator |
|
What's This button. Default: Shift+F1 Returns the shortcut of the standard accelerator |
|
Zoom in. Default: Ctrl-Plus Returns the shortcut of the standard accelerator |
|
Zoom out. Default: Ctrl-Minus Returns the shortcut of the standard accelerator |
Defines the identifier of all standard accelerators.
AccelNone | - 0 | - | ||
Open | - | - | ||
New | - | - | ||
Close | - | - | ||
Save | - | - | ||
- | - | |||
Quit | - | - | ||
Undo | - | - | ||
Redo | - | - | ||
Cut | - | - | ||
Copy | - | - | ||
Paste | - | - | ||
PasteSelection | - | - | ||
SelectAll | - | - | ||
Deselect | - | - | ||
DeleteWordBack | - | - | ||
DeleteWordForward | - | - | ||
Find | - | - | ||
FindNext | - | - | ||
FindPrev | - | - | ||
Replace | - | - | ||
Home | - | - | ||
Begin | - | - | ||
End | - | - | ||
Prior | - | - | ||
Next | - | - | ||
Up | - | - | ||
Back | - | - | ||
Forward | - | - | ||
Reload | - | - | ||
BeginningOfLine | - | - | ||
EndOfLine | - | - | ||
GotoLine | - | - | ||
BackwardWord | - | - | ||
ForwardWord | - | - | ||
AddBookmark | - | - | ||
ZoomIn | - | - | ||
ZoomOut | - | - | ||
FullScreen | - | - | ||
ShowMenubar | - | - | ||
TabNext | - | - | ||
TabPrev | - | - | ||
Help | - | - | ||
WhatsThis | - | - | ||
TextCompletion | - | - | ||
PrevCompletion | - | - | ||
NextCompletion | - | - | ||
SubstringCompletion | - | - | ||
RotateUp | - | - | ||
RotateDown | - | - | ||
StandardShortcutCount | - | - |