1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Reference: Keyboard and Mouse Actions — wxGlade 1.1.1 documentation</title>
<link rel="stylesheet" href="_static/classic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/custom.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '1.1.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="License and Acknowledgements" href="acknowledgements.html" />
<link rel="prev" title="Further reading" href="further_reading.html" />
</head>
<body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="acknowledgements.html" title="License and Acknowledgements"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="further_reading.html" title="Further reading"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">wxGlade 1.1.1 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="reference-keyboard-and-mouse-actions">
<h1>Reference: Keyboard and Mouse Actions<a class="headerlink" href="#reference-keyboard-and-mouse-actions" title="Permalink to this headline">ΒΆ</a></h1>
<p>On <em>Classic</em> versions of wxPython, the keyboard shortcuts will not work in the <em>Preview</em> window.</p>
<p><strong>Main Window / All</strong></p>
<table border="1" class="docutils">
<colgroup>
<col width="47%" />
<col width="53%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head" rowspan="2">Key/Mouse</th>
<th class="head" rowspan="2">Action</th>
</tr>
<tr class="row-even"></tr>
</thead>
<tbody valign="top">
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">F2</span></code></td>
<td>Go to <em>Tree</em> control in main window</td>
</tr>
<tr class="row-even"><td><code class="kbd docutils literal"><span class="pre">F3</span></code></td>
<td>Go to <em>Properties</em> control in main window</td>
</tr>
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">F8</span></code> or <code class="kbd docutils literal"><span class="pre">Ctrl-M</span></code></td>
<td>Go to <em>Properties -> Common</em></td>
</tr>
<tr class="row-even"><td><code class="kbd docutils literal"><span class="pre">F9</span></code> or <code class="kbd docutils literal"><span class="pre">Ctrl-L</span></code></td>
<td>Go to <em>Properties -> Layout</em></td>
</tr>
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">F10</span></code> or <code class="kbd docutils literal"><span class="pre">Ctrl-W</span></code></td>
<td>Go to <em>Properties -> Widget</em></td>
</tr>
<tr class="row-even"><td><code class="kbd docutils literal"><span class="pre">F11</span></code> or <code class="kbd docutils literal"><span class="pre">Ctrl-E</span></code></td>
<td>Go to <em>Properties -> Events</em></td>
</tr>
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">F12</span></code> or <code class="kbd docutils literal"><span class="pre">Ctrl-D</span></code></td>
<td>Go to <em>Properties -> CoDe</em></td>
</tr>
<tr class="row-even"><td><code class="kbd docutils literal"><span class="pre">F4</span></code></td>
<td>Go to <em>Palette</em> control in main window</td>
</tr>
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">F5</span></code></td>
<td>Show/Refresh <em>Preview</em> Window</td>
</tr>
<tr class="row-even"><td><code class="kbd docutils literal"><span class="pre">F6</span></code></td>
<td>Show/Hide <em>Design</em> Window</td>
</tr>
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">F7</span></code></td>
<td>Show <em>Shell</em> Window</td>
</tr>
<tr class="row-even"><td><code class="kbd docutils literal"><span class="pre">Ctrl+S</span></code></td>
<td>Save file</td>
</tr>
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">Ctrl+G</span></code></td>
<td>Generate Code</td>
</tr>
<tr class="row-even"><td><code class="kbd docutils literal"><span class="pre">Ctrl-Z</span></code></td>
<td>Un-do last modification</td>
</tr>
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">Ctrl-Y</span></code></td>
<td>Re-do single property modification</td>
</tr>
<tr class="row-even"><td><code class="kbd docutils literal"><span class="pre">Ctrl-R</span></code></td>
<td>Re-do property modifications</td>
</tr>
</tbody>
</table>
<p><strong>Tree control in the main window:</strong></p>
<table border="1" class="docutils">
<colgroup>
<col width="47%" />
<col width="53%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head" rowspan="2">Key/Mouse</th>
<th class="head" rowspan="2">Action</th>
</tr>
<tr class="row-even"></tr>
</thead>
<tbody valign="top">
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">F2</span></code></td>
<td>Edit control name (and label for some controls)</td>
</tr>
<tr class="row-even"><td>Double Click on toplevel control like Frame</td>
<td>Show Design Window Expand child items</td>
</tr>
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">Enter</span></code> on toplevel window</td>
<td>Show design window</td>
</tr>
<tr class="row-even"><td><code class="kbd docutils literal"><span class="pre">Arrow</span> <span class="pre">up/down</span></code></td>
<td>Navigate through tree</td>
</tr>
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">Arrow</span> <span class="pre">right/left</span></code></td>
<td>Expand / collapse</td>
</tr>
<tr class="row-even"><td><code class="kbd docutils literal"><span class="pre">Enter</span></code> on empty slot</td>
<td>Add item to slot</td>
</tr>
<tr class="row-odd"><td>Right Click on Application right after loading</td>
<td>Expand all items</td>
</tr>
<tr class="row-even"><td>Drag & Drop to empty sizer slot</td>
<td>Move item(s) to another slot</td>
</tr>
<tr class="row-odd"><td>Drag & Drop to slot with widget</td>
<td>Insert item(s) before (new slot is inserted)</td>
</tr>
<tr class="row-even"><td>Drag & Drop to sizer</td>
<td>Append item to sizer (new slot is appended)</td>
</tr>
<tr class="row-odd"><td>Ctrl Drag & Drop</td>
<td>Copy item(s) to another slot</td>
</tr>
</tbody>
</table>
<p><strong>Tree view and Design window</strong></p>
<table border="1" class="docutils">
<colgroup>
<col width="47%" />
<col width="53%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head" rowspan="2">Key/Mouse</th>
<th class="head" rowspan="2">Action</th>
</tr>
<tr class="row-even"></tr>
</thead>
<tbody valign="top">
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">Ctrl</span></code> when adding a sizer/control</td>
<td>stay in edit mode, to place multiple controls</td>
</tr>
<tr class="row-even"><td>Drag & Drop between Tree and Design Window</td>
<td>support depending on platform (not on gtk)</td>
</tr>
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">Del</span></code></td>
<td>Remove Control from slot <br/> Remove empty slot</td>
</tr>
<tr class="row-even"><td><code class="kbd docutils literal"><span class="pre">Ctrl-I</span></code></td>
<td>Insert sizer slot</td>
</tr>
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">Ctrl-A</span></code></td>
<td>Add sizer slot</td>
</tr>
</tbody>
</table>
<p><strong>Properties notebook in the main window</strong></p>
<p>For properties with multiple lines (e.g. list of notebook tabs):</p>
<table border="1" class="docutils">
<colgroup>
<col width="47%" />
<col width="53%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head" rowspan="2">Key/Mouse</th>
<th class="head" rowspan="2">Action</th>
</tr>
<tr class="row-even"></tr>
</thead>
<tbody valign="top">
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">Alt-A</span></code></td>
<td>Apply changes</td>
</tr>
<tr class="row-even"><td><code class="kbd docutils literal"><span class="pre">Ctrl-I</span></code> or <code class="kbd docutils literal"><span class="pre">Alt-I</span></code></td>
<td>Insert entry</td>
</tr>
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">Ctrl-A</span></code> or <code class="kbd docutils literal"><span class="pre">Alt-D</span></code></td>
<td>Add entry</td>
</tr>
<tr class="row-even"><td><code class="kbd docutils literal"><span class="pre">Ctrl-R</span></code> or <code class="kbd docutils literal"><span class="pre">Alt-R</span></code></td>
<td>Remove entry</td>
</tr>
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">Ctrl-T</span></code> or <code class="kbd docutils literal"><span class="pre">Alt-T</span></code></td>
<td>Reset / discard changes</td>
</tr>
</tbody>
</table>
<p><strong>Palette in the main window:</strong></p>
<table border="1" class="docutils">
<colgroup>
<col width="47%" />
<col width="53%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head" rowspan="2">Key/Mouse</th>
<th class="head" rowspan="2">Action</th>
</tr>
<tr class="row-even"></tr>
</thead>
<tbody valign="top">
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">Arrow</span> <span class="pre">up/down</span></code></td>
<td>Navigate between rows</td>
</tr>
<tr class="row-even"><td><code class="kbd docutils literal"><span class="pre">Arrow</span> <span class="pre">right/left</span></code>,
<code class="kbd docutils literal"><span class="pre">Tab</span></code>, <code class="kbd docutils literal"><span class="pre">Pos1</span></code>, <code class="kbd docutils literal"><span class="pre">End</span></code></td>
<td>Navigate within row</td>
</tr>
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">W</span></code>, <code class="kbd docutils literal"><span class="pre">C</span></code>, <code class="kbd docutils literal"><span class="pre">B</span></code>, <code class="kbd docutils literal"><span class="pre">I</span></code>,
<code class="kbd docutils literal"><span class="pre">N</span></code>, <code class="kbd docutils literal"><span class="pre">D</span></code>, <code class="kbd docutils literal"><span class="pre">T</span></code>, <code class="kbd docutils literal"><span class="pre">M</span></code>,
<code class="kbd docutils literal"><span class="pre">R</span></code>, <code class="kbd docutils literal"><span class="pre">S</span></code></td>
<td>Navigate to row</td>
</tr>
</tbody>
</table>
<p><strong>Menu and Toolbar Editors</strong></p>
<table border="1" class="docutils">
<colgroup>
<col width="47%" />
<col width="53%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head" rowspan="2">Key/Mouse</th>
<th class="head" rowspan="2">Action</th>
</tr>
<tr class="row-even"></tr>
</thead>
<tbody valign="top">
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">Arrow</span> <span class="pre">up/down</span></code></td>
<td>go to previous/next menu item</td>
</tr>
<tr class="row-even"><td><code class="kbd docutils literal"><span class="pre">Alt-A</span></code> or <code class="kbd docutils literal"><span class="pre">Alt-Enter</span></code>
or <code class="kbd docutils literal"><span class="pre">Ctrl-Enter</span></code></td>
<td>OK / accept changes and close dialog</td>
</tr>
<tr class="row-odd"><td><code class="kbd docutils literal"><span class="pre">Alt-C</span></code> or <code class="kbd docutils literal"><span class="pre">Alt-F4</span></code></td>
<td>Cancel / discard changes and close dialog</td>
</tr>
<tr class="row-even"><td><code class="kbd docutils literal"><span class="pre">Alt-Arrow</span> <span class="pre">up/down/left/right</span></code></td>
<td>move item up/down/left/right</td>
</tr>
</tbody>
</table>
<p>Some more keyboard shortcuts can be found in the menus.</p>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="index.html">
<img class="logo" src="_static/wxglade.png" alt="Logo"/>
</a></p>
<h4>Previous topic</h4>
<p class="topless"><a href="further_reading.html"
title="previous chapter">Further reading</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="acknowledgements.html"
title="next chapter">License and Acknowledgements</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/reference.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="acknowledgements.html" title="License and Acknowledgements"
>next</a> |</li>
<li class="right" >
<a href="further_reading.html" title="Further reading"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">wxGlade 1.1.1 documentation</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2017-2025, Dietmar Schwertberger.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.4.
</div>
</body>
</html>
|