|
|
Convenient methods for access of the common accelerator keys in the key configuration. These standard keybindings that shall be used in all Kde applications. They will be configurable, so do not hardcode the default behaviour.
If you want real configurable keybindings in your applications, please checkout the class KAccel in kaccel.h
uint |
[const]
Open file. Default: Ctrl-o
uint |
[const]
Create a new document (or whatever). Default: Ctrl-n
uint |
[const]
Close current document. Default: Ctrl-w
uint |
[const]
Save current document. Default: Ctrl-s
uint |
[const]
Print current document. Default: Ctrl-p
uint |
[const]
Quit the program. Default: Ctrl-q
uint |
[const]
Cut selected area and store it in the clipboard. Default: Ctrl-x
uint |
[const]
Copy selected area into the clipboard. Default: Ctrl-c
uint |
[const]
Paste contents of clipboard at mouse/cursor position. Default: Ctrl-v
uint |
[const]
Undo last operation. Default: Ctrl-z
uint |
[const]
Find, search. Default: Ctrl-f
uint |
[const]
Find and replace matches. Default: Ctrl-r
uint |
[const]
Toggle insert/overwrite (with visual feedback, e.g. in the statusbar). Default: Insert
uint |
[const]
Goto beginning of current line. Default: Home
uint |
[const]
Goto end of current line. Default: End
uint |
[const]
Scroll up one page. Default: Prior
uint |
[const]
Scroll down one page. Default: Next
uint |
[const]
Help the user in the current situation. Default: F1
Generated by: tasin@pcw-home on Sun Feb 13 22:01:56 2000, using kdoc 2.0a35. |