org.kde.koala
public class KStdAccel extends Object
See Also: KAccelShortcutList
UNKNOWN: \namespace KStdAccel Convenient methods for access to the common accelerator keys in the key configuration.
Field Summary | |
---|---|
static int | AccelNone
Defines the identifier of all standard accelerators. |
static int | AddBookmark |
static int | Back |
static int | BackwardWord |
static int | BeginningOfLine |
static int | Close |
static int | Copy |
static int | Cut |
static int | DeleteWordBack |
static int | DeleteWordForward |
static int | Deselect |
static int | End |
static int | EndOfLine |
static int | Find |
static int | FindNext |
static int | FindPrev |
static int | Forward |
static int | ForwardWord |
static int | FullScreen |
static int | GotoLine |
static int | Help |
static int | Home |
static int | New |
static int | Next |
static int | NextCompletion |
static int | Open |
static int | Paste |
static int | PasteSelection |
static int | PopupMenuContext |
static int | PrevCompletion |
static int | |
static int | Prior |
static int | Quit |
static int | Redo |
static int | Reload |
static int | Replace |
static int | RotateDown |
static int | RotateUp |
static int | Save |
static int | SelectAll |
static int | ShowMenubar |
static int | SubstringCompletion |
static int | TabNext |
static int | TabPrev |
static int | TextCompletion |
static int | Undo |
static int | Up |
static int | WhatsThis |
static int | WhatThis |
static int | ZoomIn |
static int | ZoomOut |
Method Summary | |
---|---|
static KShortcut | addBookmark()
Add current page to bookmarks. |
static KShortcut | back()
Back. |
static KShortcut | backwardWord()
BackwardWord. |
static KShortcut | beginningOfLine()
Goto beginning of current line. |
static KShortcut | close()
Close current document. |
static KShortcut | completion()
Complete text in input widgets. |
static KShortcut | copy()
Copy selected area into the clipboard. |
static KShortcut | cut()
Cut selected area and store it in the clipboard. |
static KShortcut | deleteWordBack()
Delete a word back from mouse/cursor position. |
static KShortcut | deleteWordForward()
Delete a word forward from mouse/cursor position. |
static KShortcut | end()
Goto end of the document. |
static KShortcut | endOfLine()
Goto end of current line. |
static KShortcut | find()
Find, search. |
static KShortcut | findNext()
Find/search next. |
static KShortcut | findPrev()
Find/search previous. |
static int | findStdAccel(KKeySequence keySeq)
Return the StdAccel id of the standard accel action which
uses this key sequence, or AccelNone if none of them do.
|
static KShortcut | forward()
Forward. |
static KShortcut | forwardWord()
ForwardWord. |
static KShortcut | fullScreen()
Full Screen Mode. |
static KShortcut | gotoLine()
Go to line. |
static KShortcut | help()
Help the user in the current situation. |
static KShortcut | home()
Goto beginning of the document. |
static String | label(int id)
Returns a localized label for user-visible display. |
static String | name(int id)
Returns a unique name for the given accel. |
static KShortcut | next()
Scroll down one page. |
static KShortcut | nextCompletion()
Iterate through a list when completion returns
multiple items. |
static KShortcut | open()
Open file. |
static KShortcut | openNew()
Create a new document (or whatever). |
static KShortcut | paste()
Paste contents of clipboard at mouse/cursor position. |
static KShortcut | pasteSelection()
Paste the selection at mouse/cursor position. |
static KShortcut | popupMenuContext()
popup a context menu. |
static KShortcut | prevCompletion()
Iterate through a list when completion returns
multiple items. |
static KShortcut | print()
Print current document. |
static KShortcut | prior()
Scroll up one page. |
static KShortcut | quit()
Quit the program. |
static KShortcut | redo()
Redo. |
static KShortcut | reload()
Reload. |
static KShortcut | replace()
Find and replace matches. |
static KShortcut | rotateDown()
Help users iterate through a list of entries. |
static KShortcut | rotateUp()
Help users iterate through a list of entries. |
static KShortcut | save()
Save current document. |
static KShortcut | selectAll()
Reload. |
static KShortcut | shortcut(int id)
Returns the keybinding for accel. |
static KShortcut | shortcutDefault(int id)
Returns the hardcoded default shortcut for id.
This does not take into account the user's configuration. |
static KShortcut | shortcutDefault3(int id)
Returns the hardcoded default 3 modifier shortcut for id.
This does not take into account the user's configuration. |
static KShortcut | shortcutDefault4(int id)
Returns the hardcoded default 4 modifier shortcut for id.
This does not take into account the user's configuration. |
static KShortcut | showMenubar()
Show Menu Bar. |
static KShortcut | substringCompletion()
Find a string within another string or list of strings.
|
static KShortcut | tabNext()
Next Tab. |
static KShortcut | tabPrev()
Previous Tab. |
static KShortcut | undo()
Undo last operation. |
static KShortcut | up()
Up. |
static String | whatsThis(int id)
Returns an extended WhatsThis description for the given accelerator. |
static KShortcut | whatsThis()
What's This button. |
static KShortcut | zoomIn()
Zoom in. |
static KShortcut | zoomOut()
Zoom out. |
UNKNOWN: Defines the identifier of all standard accelerators.
Returns: the shortcut of the standard accelerator
UNKNOWN: Add current page to bookmarks.
Returns: the shortcut of the standard accelerator
UNKNOWN: Back.
Returns: the shortcut of the standard accelerator
UNKNOWN: BackwardWord.
Returns: the shortcut of the standard accelerator
UNKNOWN: Goto beginning of current line.
Returns: the shortcut of the standard accelerator
UNKNOWN: Close current document.
Returns: the shortcut of the standard accelerator
UNKNOWN: Complete text in input widgets.
Returns: the shortcut of the standard accelerator
UNKNOWN: Copy selected area into the clipboard.
Returns: the shortcut of the standard accelerator
UNKNOWN: Cut selected area and store it in the clipboard.
Returns: the shortcut of the standard accelerator
UNKNOWN: Delete a word back from mouse/cursor position.
Returns: the shortcut of the standard accelerator
UNKNOWN: Delete a word forward from mouse/cursor position.
Returns: the shortcut of the standard accelerator
UNKNOWN: Goto end of the document.
Returns: the shortcut of the standard accelerator
UNKNOWN: Goto end of current line.
Returns: the shortcut of the standard accelerator
UNKNOWN: Find, search.
Returns: the shortcut of the standard accelerator
UNKNOWN: Find/search next.
Returns: the shortcut of the standard accelerator
UNKNOWN: Find/search previous.
Parameters: keySeq the key sequence to search
Returns: the id of the standard accelerator, or AccelNone if there is none
UNKNOWN: Return the StdAccel id of the standard accel action which uses this key sequence, or AccelNone if none of them do.
Returns: the shortcut of the standard accelerator
UNKNOWN: Forward.
Returns: the shortcut of the standard accelerator
UNKNOWN: ForwardWord.
Returns: the shortcut of the standard accelerator
UNKNOWN: Full Screen Mode.
Returns: the shortcut of the standard accelerator
UNKNOWN: Go to line.
Returns: the shortcut of the standard accelerator
UNKNOWN: Help the user in the current situation.
Returns: the shortcut of the standard accelerator
UNKNOWN: Goto beginning of the document.
Parameters: id the id of the accelerator
Returns: a localized label for the accelerator
UNKNOWN: Returns a localized label for user-visible display.
Parameters: id the id of the accelerator
Returns: the unique name of the accelerator
UNKNOWN: Returns a unique name for the given accel.
Returns: the shortcut of the standard accelerator
UNKNOWN: Scroll down one page.
Returns: the shortcut of the standard accelerator
UNKNOWN: Iterate through a list when completion returns multiple items.
Returns: the shortcut of the standard accelerator
UNKNOWN: Open file.
Returns: the shortcut of the standard accelerator
UNKNOWN: Create a new document (or whatever).
Returns: the shortcut of the standard accelerator
UNKNOWN: Paste contents of clipboard at mouse/cursor position.
Returns: the shortcut of the standard accelerator
UNKNOWN: Paste the selection at mouse/cursor position.
Returns: the shortcut of the standard accelerator
UNKNOWN: popup a context menu.
Returns: the shortcut of the standard accelerator
UNKNOWN: Iterate through a list when completion returns multiple items.
Returns: the shortcut of the standard accelerator
UNKNOWN: Print current document.
Returns: the shortcut of the standard accelerator
UNKNOWN: Scroll up one page.
Returns: the shortcut of the standard accelerator
UNKNOWN: Quit the program.
Returns: the shortcut of the standard accelerator
UNKNOWN: Redo.
Returns: the shortcut of the standard accelerator
UNKNOWN: Reload.
Returns: the shortcut of the standard accelerator
UNKNOWN: Find and replace matches.
Returns: the shortcut of the standard accelerator
UNKNOWN: Help users iterate through a list of entries.
Returns: the shortcut of the standard accelerator
UNKNOWN: Help users iterate through a list of entries.
Returns: the shortcut of the standard accelerator
UNKNOWN: Save current document.
Returns: the shortcut of the standard accelerator
UNKNOWN: Reload.
accel.
Parameters: id the id of the accelerator
UNKNOWN: Returns the keybinding for accel.
id.
This does not take into account the user's configuration.Parameters: id the id of the accelerator
Returns: the default shortcut of the accelerator
UNKNOWN: Returns the hardcoded default shortcut for id.
id.
This does not take into account the user's configuration.Parameters: id the id of the accelerator
Returns: the default 3 modifier shortcut
UNKNOWN: Returns the hardcoded default 3 modifier shortcut for id.
id.
This does not take into account the user's configuration.Parameters: id the id of the accelerator
Returns: the default 4 modifier shortcut
UNKNOWN: Returns the hardcoded default 4 modifier shortcut for id.
Returns: the shortcut of the standard accelerator
UNKNOWN: Show Menu Bar.
Returns: the shortcut of the standard accelerator
UNKNOWN: Find a string within another string or list of strings.
Returns: the shortcut of the standard accelerator
UNKNOWN: Next Tab.
Returns: the shortcut of the standard accelerator
UNKNOWN: Previous Tab.
Returns: the shortcut of the standard accelerator
UNKNOWN: Undo last operation.
Returns: the shortcut of the standard accelerator
UNKNOWN: Up.
Parameters: id the id of the accelerator
Returns: a localized description of the accelerator
UNKNOWN: Returns an extended WhatsThis description for the given accelerator.
Returns: the shortcut of the standard accelerator
UNKNOWN: What's This button.
Returns: the shortcut of the standard accelerator
UNKNOWN: Zoom in.
Returns: the shortcut of the standard accelerator
UNKNOWN: Zoom out.