User Tools

Site Tools


geda:gschem_ug:config

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
geda:gschem_ug:config [2012/11/17 04:03]
peter-b [Symbol and source libraries]
geda:gschem_ug:config [2014/04/24 01:46] (current)
vzh <key> formatting
Line 47: Line 47:
 Some examples: Some examples:
  
-  * To bind the "New Window"​ command to a typed **<F>** followed by an **<N>**: <​code>​(global-set-key "F N" '​file-new-window)</​code>​ +  * To bind the "New Window"​ command to a typed <key>​f</​key> followed by an <key>​n</​key>: <​code>​(global-set-key "F N" '​file-new-window)</​code>​ 
-  * To run the "​Deselect All" command when the **<​Ctrl>​** and **<​Shift>​** keys are held down and an **<A>** is typed: <​code>​(global-set-key "<​Control><​Shift>​A"​ '​edit-deselect)</​code>​ +  * To run the "​Deselect All" command when the <key>Ctrl</key> and <key>Shift</key> keys are held down and an <key>​a</​key> is typed: <​code>​(global-set-key "<​Control><​Shift>​A"​ '​edit-deselect)</​code>​ 
-  * To display the "Snap Size" dialog box when **<O>** is typed, followed by **<S>** typed with the **<​Shift>​** key held down: <​code>​(global-set-key "O <​Shift>​S"​ '​options-snapsize)</​code>​+  * To display the "Snap Size" dialog box when <key>​o</​key> is typed, followed by <key>​s</​key> typed with the <key>Shift</key> key held down: <​code>​(global-set-key "O <​Shift>​S"​ '​options-snapsize)</​code>​
  
 Key settings should be placed in a gschem configuration file. Key settings should be placed in a gschem configuration file.
Line 72: Line 72:
  
 Library settings should be placed in a gEDA/gaf suite configuration file, so that the symbol libraries are available to other gEDA tools (especially [[geda:​gnetlist_ug|gnetlist]]). Library settings should be placed in a gEDA/gaf suite configuration file, so that the symbol libraries are available to other gEDA tools (especially [[geda:​gnetlist_ug|gnetlist]]).
 +
geda/gschem_ug/config.1353143000.txt.gz · Last modified: 2012/11/17 04:03 by peter-b