[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Stratagus-CVS] stratagus/doc/ccl ccl-index.html config.html
From: |
ludovic pollet |
Subject: |
[Stratagus-CVS] stratagus/doc/ccl ccl-index.html config.html |
Date: |
Sat, 29 Nov 2003 05:28:04 -0500 |
CVSROOT: /cvsroot/stratagus
Module name: stratagus
Branch:
Changes by: ludovic pollet <address@hidden> 03/11/29 05:28:04
Modified files:
doc/ccl : ccl-index.html config.html
Log message:
Doc for set-group-keys
Patches:
Index: stratagus/doc/ccl/ccl-index.html
diff -u stratagus/doc/ccl/ccl-index.html:1.55
stratagus/doc/ccl/ccl-index.html:1.56
--- stratagus/doc/ccl/ccl-index.html:1.55 Wed Nov 19 21:28:34 2003
+++ stratagus/doc/ccl/ccl-index.html Sat Nov 29 05:28:04 2003
@@ -92,8 +92,6 @@
<dd></dd>
<dt><a href="ai.html#ai:adhoc-force">ai:adhoc-force</a></dt>
<dd></dd>
-<dt><a href="ai.html#ai:attack-with-force">ai:attack-with-force</a></dt>
-<dd></dd>
<dt><a href="ai.html#ai:check-force">ai:check-force</a></dt>
<dd></dd>
<dt><a href="ai.html#ai:clear-force">ai:clear-force</a></dt>
@@ -252,6 +250,8 @@
<dd></dd>
<dt><a href="ui.html#define-ui">define-ui</a></dt>
<dd></dd>
+<dt><a href="research.html#define-unit-allow">define-unit-allow</a></dt>
+<dd></dd>
<dt><a href="unittype.html#define-unit-stats">define-unit-stats</a></dt>
<dd></dd>
<dt><a href="unittype.html#define-unit-type">define-unit-type</a></dt>
@@ -380,10 +380,10 @@
<dd></dd>
<dt><a
href="config.html#set-all-players-building-limit!">set-all-players-building-limit!</a></dt>
<dd></dd>
-<dt><a
href="config.html#set-all-players-unit-limit!">set-all-players-unit-limit!</a></dt>
-<dd></dd>
<dt><a
href="config.html#set-all-players-total-unit-limit!">set-all-players-total-unit-limit!</a></dt>
<dd></dd>
+<dt><a
href="config.html#set-all-players-unit-limit!">set-all-players-unit-limit!</a></dt>
+<dd></dd>
<dt><a href="config.html#set-brightness!">set-brightness!</a></dt>
<dd></dd>
<dt><a href="config.html#set-building-capture!">set-building-capture!</a></dt>
@@ -432,6 +432,8 @@
<dd></dd>
<dt><a href="game.html#set-group-id!">set-group-id!</a></dt>
<dd></dd>
+<dt><a href="config.html#set-group-keys">set-group-keys</a></dt>
+<dd></dd>
<dt><a href="config.html#set-hold-click-delay!">set-hold-click-delay!</a></dt>
<dd></dd>
<dt><a href="icon.html#set-icon-size!">set-icon-size!</a></dt>
@@ -577,7 +579,7 @@
<!-- SCRIPT END -->
</dl>
-Last changed: $Id: ccl-index.html,v 1.55 2003/11/20 02:28:34 jsalmon3 Exp $<br>
+Last changed: $Id: ccl-index.html,v 1.56 2003/11/29 10:28:04 pludov Exp $<br>
All trademarks and copyrights on this page are owned by their respective
owners.
<address>(c) 2002-2003 by <a href="http://stratagus.org">
The Stratagus Project</a></address></body></html>
Index: stratagus/doc/ccl/config.html
diff -u stratagus/doc/ccl/config.html:1.35 stratagus/doc/ccl/config.html:1.36
--- stratagus/doc/ccl/config.html:1.35 Sun Nov 16 01:50:39 2003
+++ stratagus/doc/ccl/config.html Sat Nov 29 05:28:04 2003
@@ -119,6 +119,8 @@
<a href="#show-mana-vertical">show-mana-vertical</a>
<a href="#show-no-full">show-no-full</a>
<a href="#spell-sprite">spell-sprite</a>
+<a href="#set-group-keys">set-group-keys</a>
+
<hr>
<h2>Intro - Introduction to config functions and variables</h2>
@@ -1530,8 +1532,30 @@
<a href="../../data/ccl/stratagus.ccl"> $LIBARYPATH/ccl/stratagus.ccl </a>
+<a name="set-group-keys"></a>
+<h3>(set-group-keys "0123456789~")</h3>
+
+Define the key to use for group on non-us keyborads. It should be placed in
+preferences1.ccl, with the key to use for group 0, 1, 2, ... 9, and the key
+to unselect all groups ( on the left of the 1 key )
+
+<dl>
+<dt>keys</dt>
+<dd>the keys to substitute to the 0 1 2 3 4... keys
+</dl>
+
+<h4>Example</h4>
+For french azerty, use :
+<pre>
+ (set-group-keys "à &é\"'(-è_ç²")
+</pre>
+
+<h4>Used</h4>
+
+<a href="../../data/ccl/stratagus.ccl"> ~/.stratagus/preferences1.ccl </a>
+
<hr>
-Last changed: $Id: config.html,v 1.35 2003/11/16 06:50:39 mr-russ Exp $<br>
+Last changed: $Id: config.html,v 1.36 2003/11/29 10:28:04 pludov Exp $<br>
All trademarks and copyrights on this page are owned by their respective
owners.
<address>(c) 2002-2003 by <a href="http://stratagus.org">
The Stratagus Project</a></address></body></html>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Stratagus-CVS] stratagus/doc/ccl ccl-index.html config.html,
ludovic pollet <=