24#include <tdeshortcut.h>
25#include "tdelibs_export.h"
50 Open, New, Close, Save,
55 Undo, Redo, Cut, Copy, Paste, SelectAll, Deselect, DeleteWordBack,
56 DeleteWordForward, Find, FindNext, FindPrev, Replace,
58 Home, End, Prior, Next, GotoLine, AddBookmark, ZoomIn, ZoomOut,
59 Up, Back, Forward, Reload, PopupMenuContext, ShowMenubar,
63 TextCompletion, PrevCompletion, NextCompletion, SubstringCompletion,
82 , WhatThis = WhatsThis
97 TDECORE_EXPORT TQString
name(StdAccel
id);
104 TDECORE_EXPORT TQString
label(StdAccel
id);
111 TDECORE_EXPORT TQString
whatsThis(StdAccel
id);
450#if !defined(KDE_NO_COMPAT) && !defined(__KSTDACCEL_CPP_)
487 TDECORE_EXPORT
bool isEqual(
const TQKeyEvent* pEvent,
int keyQt) TDE_DEPRECATED;
A KKeySequence object holds a sequence of up to 4 keys.
The TDEShortcut class is used to represent a keyboard shortcut to an action.
Convenient methods for access to the common accelerator keys in the key configuration.
const TDEShortcut & copy()
Copy selected area into the clipboard.
const TDEShortcut & endOfLine()
Goto end of current line.
StdAccel
Defines the identifier of all standard accelerators.
const TDEShortcut & openNew()
Create a new document (or whatever).
const TDEShortcut & next()
Scroll down one page.
TDEShortcut shortcutDefault3(StdAccel id)
Returns the hardcoded default 3 modifier shortcut for id.
const TDEShortcut & forward()
Forward.
const TDEShortcut & paste()
Paste contents of clipboard at mouse/cursor position.
const TDEShortcut & whatsThis()
What's This button.
bool isEqual(const TQKeyEvent *ev, int keyQt)
TDEShortcut shortcutDefault4(StdAccel id)
Returns the hardcoded default 4 modifier shortcut for id.
const TDEShortcut & prior()
Scroll up one page.
TQString name(StdAccel id)
Returns a unique name for the given accel.
const TDEShortcut & findPrev()
Find/search previous.
const TDEShortcut & cut()
Cut selected area and store it in the clipboard.
const TDEShortcut & end()
Goto end of the document.
const TDEShortcut & redo()
Redo.
const TDEShortcut & forwardWord()
ForwardWord.
TQString description(StdAccel id)
int defaultKey(StdAccel id)
const TDEShortcut & insert()
Toggle insert/overwrite (with visual feedback, e.g.
TDEShortcut shortcutDefault(StdAccel id)
Returns the hardcoded default shortcut for id.
const TDEShortcut & substringCompletion()
Find a string within another string or list of strings.
const TDEShortcut & addBookmark()
Add current page to bookmarks.
const TDEShortcut & completion()
Complete text in input widgets.
const TDEShortcut & beginningOfLine()
Goto beginning of current line.
const TDEShortcut & zoomIn()
Zoom in.
const TDEShortcut & quit()
Quit the program.
const TDEShortcut & rotateUp()
Help users iterate through a list of entries.
const TDEShortcut & deleteWordBack()
Delete a word back from mouse/cursor position.
const TDEShortcut & close()
Close current document.
const TDEShortcut & save()
Save current document.
const TDEShortcut & find()
Find, search.
const TDEShortcut & rotateDown()
Help users iterate through a list of entries.
const TDEShortcut & help()
Help the user in the current situation.
const TDEShortcut & nextCompletion()
Iterate through a list when completion returns multiple items.
const TDEShortcut & undo()
Undo last operation.
const TDEShortcut & back()
Back.
const TDEShortcut & home()
Goto beginning of the document.
const TDEShortcut & print()
Print current document.
const TDEShortcut & replace()
Find and replace matches.
TQString action(StdAccel id)
const TDEShortcut & gotoLine()
Go to line.
const TDEShortcut & backwardWord()
BackwardWord.
const TDEShortcut & pasteSelection()
Paste the selection at mouse/cursor position.
const TDEShortcut & deleteWordForward()
Delete a word forward from mouse/cursor position.
StdAccel findStdAccel(const KKeySequence &seq)
Return the StdAccel id of the standard accel action which uses this key sequence, or AccelNone if non...
const TDEShortcut & reload()
Reload.
const TDEShortcut & tabPrev()
Previous Tab.
TQString label(StdAccel id)
Returns a localized label for user-visible display.
const TDEShortcut & findNext()
Find/search next.
const TDEShortcut & popupMenuContext()
popup a context menu.
const TDEShortcut & fullScreen()
Full Screen Mode.
const TDEShortcut & zoomOut()
Zoom out.
const TDEShortcut & showMenubar()
Show Menu Bar.
const TDEShortcut & selectAll()
Reload.
const TDEShortcut & prevCompletion()
Iterate through a list when completion returns multiple items.
const TDEShortcut & shortcut(StdAccel id)
Returns the keybinding for accel.
const TDEShortcut & up()
Up.
const TDEShortcut & tabNext()
Next Tab.
const TDEShortcut & open()
Open file.