diff options
Diffstat (limited to 'doc/html/tqaccel.html')
-rw-r--r-- | doc/html/tqaccel.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqaccel.html b/doc/html/tqaccel.html index 654202689..b682436da 100644 --- a/doc/html/tqaccel.html +++ b/doc/html/tqaccel.html @@ -100,7 +100,7 @@ manipulated using <a href="#insertItem">insertItem</a>(), <a href="#removeItem"> <a href="#findKey">findKey</a>(). <p> Each accelerator item consists of an identifier and a <a href="tqkeysequence.html">TQKeySequence</a>. A single key sequence consists of a keyboard code combined with modifiers (<a href="ntqt.html#Modifier-enum">SHIFT</a>, <a href="ntqt.html#Modifier-enum">CTRL</a>, <a href="ntqt.html#Modifier-enum">ALT</a> or <a href="ntqt.html#Modifier-enum">UNICODE_ACCEL</a>). For example, <tt>CTRL + Key_P</tt> could be a shortcut -for printing a document. The key codes are listed in <a href="qnamespace-h.html">ntqnamespace.h</a>. As an alternative, use <a href="ntqt.html#Modifier-enum">UNICODE_ACCEL</a> with the +for printing a document. The key codes are listed in <a href="tqnamespace-h.html">tqnamespace.h</a>. As an alternative, use <a href="ntqt.html#Modifier-enum">UNICODE_ACCEL</a> with the unicode code point of the character. For example, <tt>UNICODE_ACCEL + 'A'</tt> gives the same accelerator as <a href="ntqt.html#Key-enum">Key_A</a>. <p> When an accelerator key is pressed, the accelerator sends out the signal <a href="#activated">activated</a>() with a number that identifies this particular |