|
From: <mla...@us...> - 2007-12-26 09:06:07
|
Revision: 357
http://g15daemon.svn.sourceforge.net/g15daemon/?rev=357&view=rev
Author: mlampard
Date: 2007-12-26 01:06:11 -0800 (Wed, 26 Dec 2007)
Log Message:
-----------
Fix the docs to reflect the transposition of the -s cmdline switch
Modified Paths:
--------------
trunk/g15daemon-wip/Documentation/g15daemon.1
trunk/g15daemon-wip/README
trunk/g15daemon-wip/g15daemon/main.c
Modified: trunk/g15daemon-wip/Documentation/g15daemon.1
===================================================================
--- trunk/g15daemon-wip/Documentation/g15daemon.1 2007-12-26 08:55:42 UTC (rev 356)
+++ trunk/g15daemon-wip/Documentation/g15daemon.1 2007-12-26 09:06:11 UTC (rev 357)
@@ -13,7 +13,8 @@
\-v Show version info.
.P
.HP
-\-s By default, g15daemon uses the MR key to switch between client screens. Using this switch on the cmdline alters this, making L1 (the small, round, black button below the LCD) the button to achieve this function.
+\-s By default, g15daemon uses the L1 key to switch between client screens. Using this switch on the cmdline alters this, making
+MR (Macro Record) the button to achieve this function.
.P
.HP
\-k Stop a previously running copy of G15Daemon. For the keys and LCD to work, you'll have to restart the daemon manually.
@@ -31,7 +32,7 @@
or
g15daemon \-s
-to have the L1 key as the client screen switch.
+to have the MR key as the client screen switch.
If all required libraries are installed and in locations known to your operating system, the daemon will slip quietly into the background and a clock will appear on the LCD.
Congratulations! The linux kernel will now output keycodes for all your extra keys.
Modified: trunk/g15daemon-wip/README
===================================================================
--- trunk/g15daemon-wip/README 2007-12-26 08:55:42 UTC (rev 356)
+++ trunk/g15daemon-wip/README 2007-12-26 09:06:11 UTC (rev 357)
@@ -45,7 +45,8 @@
LCD is being used.
[EDIT] As of 30/10/06 svn, the client switch key can be altered
-from MR to L1 by specifying -s on the g15daemon commandline.
+from L1 to MR by specifying -s on the g15daemon commandline. This
+is not recommended.
***
Modified: trunk/g15daemon-wip/g15daemon/main.c
===================================================================
--- trunk/g15daemon-wip/g15daemon/main.c 2007-12-26 08:55:42 UTC (rev 356)
+++ trunk/g15daemon-wip/g15daemon/main.c 2007-12-26 09:06:11 UTC (rev 357)
@@ -329,7 +329,7 @@
printf(", if uppercase -K or -KILL turn off the keyboard backlight on the way out.");
#endif
#endif
- printf("\n -h shows this help\n -s changes the screen-switch key from MR to L1\n -d debug mode - stay in foreground and output all debug messages to STDERR\n -v show version\n -l set default LCD backlight level\n");
+ printf("\n -h shows this help\n -s changes the screen-switch key from L1 to MR (beware)\n -d debug mode - stay in foreground and output all debug messages to STDERR\n -v show version\n -l set default LCD backlight level\n");
exit(0);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|