update keybinding list (missing "s" - simulation) and some minor corrections in commands.html
This commit is contained in:
parent
a32f3f0706
commit
f99eb07e23
|
|
@ -189,6 +189,7 @@ ctrl 'q' Exit XSCHEM
|
||||||
alt 'r' Rotate objects around their anchor points
|
alt 'r' Rotate objects around their anchor points
|
||||||
shift 'R' Rotate
|
shift 'R' Rotate
|
||||||
- 'r' Start rect
|
- 'r' Start rect
|
||||||
|
's' run simulation (asks confirmation)
|
||||||
shift 'S' Change element order
|
shift 'S' Change element order
|
||||||
ctrl+shift 'S' Save as schematic
|
ctrl+shift 'S' Save as schematic
|
||||||
ctrl 's' Save schematic
|
ctrl 's' Save schematic
|
||||||
|
|
@ -230,7 +231,7 @@ ctrl '$' Toggle use XCopyArea vs drawing primitives for drawing t
|
||||||
|
|
||||||
<h3>KEYBIND CUSTOMIZATION</h3>
|
<h3>KEYBIND CUSTOMIZATION</h3>
|
||||||
<p>
|
<p>
|
||||||
changes to default keybindings may be placed in the <kbd>~/.xschem</kbd> file as in the following examples:
|
changes to default keybindings may be placed in the <kbd>~/.xschem/xschemrc</kbd> file as in the following examples:
|
||||||
</p>
|
</p>
|
||||||
<pre class="code">
|
<pre class="code">
|
||||||
## replace Ctrl-d with Escape (so you won't kill the program :-))
|
## replace Ctrl-d with Escape (so you won't kill the program :-))
|
||||||
|
|
|
||||||
|
|
@ -151,6 +151,7 @@ shift 'R' Rotate
|
||||||
- 'r' Start rect
|
- 'r' Start rect
|
||||||
shift 'S' Change element order
|
shift 'S' Change element order
|
||||||
ctrl+shift 'S' Save as schematic
|
ctrl+shift 'S' Save as schematic
|
||||||
|
's' run simulation (asks confirmation)
|
||||||
ctrl 's' Save schematic
|
ctrl 's' Save schematic
|
||||||
alt 's' Reload current schematic from disk
|
alt 's' Reload current schematic from disk
|
||||||
ctrl+alt 's' Save-as symbol
|
ctrl+alt 's' Save-as symbol
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue