|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.QScintilla.KeySequenceTranslator</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <a NAME="top" ID="top"></a> |
|
9 <h1>eric7.QScintilla.KeySequenceTranslator</h1> |
|
10 |
|
11 <p> |
|
12 Module implementing functions to map QScintilla keyboard commands to |
|
13 QKeySequence standard keys. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 |
|
17 <table> |
|
18 <tr><td>Scintilla2QKeySequence</td></tr><tr><td>__all__</td></tr> |
|
19 </table> |
|
20 <h3>Classes</h3> |
|
21 |
|
22 <table> |
|
23 <tr><td>None</td></tr> |
|
24 </table> |
|
25 <h3>Functions</h3> |
|
26 |
|
27 <table> |
|
28 |
|
29 <tr> |
|
30 <td><a href="#s2qTranslate">s2qTranslate</a></td> |
|
31 <td>Function to translate a QScintilla command to a QKeySequence.</td> |
|
32 </tr> |
|
33 </table> |
|
34 <hr /> |
|
35 <hr /> |
|
36 <a NAME="s2qTranslate" ID="s2qTranslate"></a> |
|
37 <h2>s2qTranslate</h2> |
|
38 <b>s2qTranslate</b>(<i>scintillaCommand</i>) |
|
39 |
|
40 <p> |
|
41 Function to translate a QScintilla command to a QKeySequence. |
|
42 </p> |
|
43 <dl> |
|
44 |
|
45 <dt><i>scintillaCommand</i> (int)</dt> |
|
46 <dd> |
|
47 QScintilla command |
|
48 </dd> |
|
49 </dl> |
|
50 <dl> |
|
51 <dt>Return:</dt> |
|
52 <dd> |
|
53 Qt key sequence |
|
54 </dd> |
|
55 </dl> |
|
56 <dl> |
|
57 <dt>Return Type:</dt> |
|
58 <dd> |
|
59 QKeySequence.StandardKey |
|
60 </dd> |
|
61 </dl> |
|
62 <div align="right"><a href="#top">Up</a></div> |
|
63 <hr /> |
|
64 </body></html> |