diff options
| author | 2012-07-09 21:36:37 +0000 | |
|---|---|---|
| committer | 2012-07-09 21:36:37 +0000 | |
| commit | 91bf28a8b417c71c5e167aec523d605f480b6a29 (patch) | |
| tree | 296e8d81e22cd5d5c7ec11674e863e1e9101caa3 /src/modules/objects/KvsObject_widget.cpp | |
| parent | updated po{,t} files (diff) | |
| download | KVIrc-91bf28a8b417c71c5e167aec523d605f480b6a29.tar.gz KVIrc-91bf28a8b417c71c5e167aec523d605f480b6a29.tar.bz2 KVIrc-91bf28a8b417c71c5e167aec523d605f480b6a29.zip | |
More on #1302
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6226 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/KvsObject_widget.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_widget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/KvsObject_widget.cpp b/src/modules/objects/KvsObject_widget.cpp index 3243d26be..acd0eaa3a 100644 --- a/src/modules/objects/KvsObject_widget.cpp +++ b/src/modules/objects/KvsObject_widget.cpp @@ -514,7 +514,7 @@ const char * const widgettypes_tbl[] = { HighlightedText - A text color that contrasts with Highlight. !fn: <short_cut_id:integer> $setKeyShortCut(<key:char>) - Adds a shortcut whith key. A [classfnc]$shortCutEvent[/classfnc] will be triggered when the user will press alt+key. + Adds a shortcut with key. A [classfnc]$shortCutEvent[/classfnc] will be triggered when the user will press alt+key. !fn: $shortCutEvent(<shortcut_id:integer>) This function will be called when a shortcut key has been triggered. You must reimplement this event to manage a shortcut system in a custom widget. |
