Sat, 26 Apr 2025 12:34:32 +0200
MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.
<!DOCTYPE html> <html><head> <title>eric7.QScintilla.KeySequenceTranslator</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.QScintilla.KeySequenceTranslator</h1> <p> Module implementing functions to map QScintilla keyboard commands to QKeySequence standard keys. </p> <h3>Global Attributes</h3> <table> <tr><td>Scintilla2QKeySequence</td></tr> <tr><td>__all__</td></tr> </table> <h3>Classes</h3> <table> <tr><td>None</td></tr> </table> <h3>Functions</h3> <table> <tr> <td><a href="#s2qTranslate">s2qTranslate</a></td> <td>Function to translate a QScintilla command to a QKeySequence.</td> </tr> </table> <hr /> <hr /> <a NAME="s2qTranslate" ID="s2qTranslate"></a> <h2>s2qTranslate</h2> <b>s2qTranslate</b>(<i>scintillaCommand</i>) <p> Function to translate a QScintilla command to a QKeySequence. </p> <dl> <dt><i>scintillaCommand</i> (int)</dt> <dd> QScintilla command </dd> </dl> <dl> <dt>Return:</dt> <dd> Qt key sequence </dd> </dl> <dl> <dt>Return Type:</dt> <dd> QKeySequence.StandardKey </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>