]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blobdiff - Linux/logitech.shtml~
Verwijder verouderde bestanden.
[www.vanrenterghem.biz.git] / Linux / logitech.shtml~
diff --git a/Linux/logitech.shtml~ b/Linux/logitech.shtml~
deleted file mode 100644 (file)
index c40b927..0000000
+++ /dev/null
@@ -1,107 +0,0 @@
-<HTML>
-<HEAD>
-   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15" />
-   <meta name="author" content="Frederik Vanrenterghem" />
-   <META NAME="Description" CONTENT="Personal homepage - GNU/Linux stuff - Logitech Cordless Desktop Deluxe Keyboard" />
-   <TITLE>vanrenterghem.biz - GNU/Linux - Logitech Cordless Desktop Deluxe Keyboard</TITLE>
-<link rel="stylesheet" href="/styles/header.css" type="text/css" />
-<link rel="stylesheet" href="/styles/main.css" type="text/css" />
-</HEAD>
-<BODY>
-<!--#include virtual='/header.shtml' -->   
-<H1>Getting the extra keys on a Logitech Cordless Desktop Deluxe to work in Debian's X</H1>
-<P>Last tested May 16, 2004 - on X 4.3.0-dfsg in Debian Sid</P>
-<H2>Step 1</H2>
-<P>   
-Append the following to the file <i><B>/usr/X11R6/lib/X11/XKeysymDB</i></B>: <BR />
-<BR />
-<TABLE cellpadding="6" bgcolor="#ffeeee">
-<PRE>
-<TR><TD>logitech_standby</TD><TD>:</TD><TD>10090000</TD></TR><TR>
-<TD>logitech_mail</TD><TD>:</TD><TD>10090001</TD></TR><TR>
-<TD>logitech_sms</TD><TD>:</TD><TD>10090002</TD></TR><TR>
-<TD>logitech_webcam</TD><TD>:</TD><TD>10090003</TD></TR><TR>
-<TD>logitech_mute</TD><TD>:</TD><TD>10090004</TD></TR><TR>
-<TD>logitech_up</TD><TD>:</TD><TD>10090005</TD></TR><TR>
-<TD>logitech_down</TD><TD>:</TD><TD>10090006</TD></TR><TR>
-<TD>logitech_media</TD><TD>:</TD><TD>10090007</TD></TR><TR>
-<TD>logitech_home</TD><TD>:</TD><TD>10090008</TD></TR><TR>
-<TD>logitech_search</TD><TD>:</TD><TD>10090009</TD></TR><TR>
-<TD>logitech_F1</TD><TD>:</TD><TD>1009000A</TD></TR><TR>
-<TD>logitech_F2</TD><TD>:</TD><TD>1009000B</TD></TR><TR>
-<TD>logitech_F3</TD><TD>:</TD><TD>1009000C</TD></TR><TR>
-<TD>logitech_F4</TD><TD>:</TD><TD>1009000D</TD></TR><TR>
-<TD>logitech_F5</TD><TD>:</TD><TD>1009000E</TD></TR><TR>
-<TD>logitech_F6</TD><TD>:</TD><TD>1009000F</TD></TR><TR>
-<TD>logitech_F7</TD><TD>:</TD><TD>10090010</TD></TR><TR>
-<TD>logitech_F8</TD><TD>:</TD><TD>10090011</TD></TR><TR>
-<TD>logitech_F9</TD><TD>:</TD><TD>10090012</TD></TR><TR>
-<TD>logitech_F10</TD><TD>:</TD><TD>10090013</TD></TR><TR>
-<TD>logitech_F11</TD><TD>:</TD><TD>10090014</TD></TR><TR>
-<TD>logitech_F12</TD><TD>:</TD><TD>10090015</TD></TR>
-</PRE>
-</TABLE>
-<BR />
-Make sure the values in the second row are unique for this file.
-<BR />
-</P>
-<H2>Step 2</H2>
-<P>
-Next, add this to <i><B>~/.xmodmap</i></B>: <BR />
-<BR />
-<TABLE cellpadding="6" bgcolor="#ffeeee">
-<PRE>
-<TR><TD>keycode 187</TD><TD>=</TD><TD>logitech_F1</TD></TR><TR>
-<TD>keycode 188</TD><TD>=</TD><TD>logitech_F2</TD></TR><TR>
-<TD>keycode 118</TD><TD>=</TD><TD>logitech_F3</TD></TR><TR>
-<TD>keycode 119</TD><TD>=</TD><TD>logitech_F4</TD></TR><TR>
-<TD>keycode 120</TD><TD>=</TD><TD>logitech_F5</TD></TR><TR>
-<TD>keycode 121</TD><TD>=</TD><TD>logitech_F6</TD></TR><TR>
-<TD>keycode 122</TD><TD>=</TD><TD>logitech_F7</TD></TR><TR>
-<TD>keycode 194</TD><TD>=</TD><TD>logitech_F8</TD></TR><TR>
-<TD>keycode 195</TD><TD>=</TD><TD>logitech_F9</TD></TR><TR>
-<TD>keycode 196</TD><TD>=</TD><TD>logitech_F10</TD></TR><TR>
-<TD>keycode 215</TD><TD>=</TD><TD>logitech_F11</TD></TR><TR>
-<TD>keycode 216</TD><TD>=</TD><TD>logitech_F12</TD></TR><TR>
-<TD>keycode 236</TD><TD>=</TD><TD>logitech_mail</TD></TR></TD></TR><TR><TR>
-<TD>keycode 145</TD><TD>=</TD><TD>logitech_sms</TD></TR><TR>
-<TD>keycode 146</TD><TD>=</TD><TD>logitech_webcam</TD></TR><TR>
-<TD>keycode 160</TD><TD>=</TD><TD>logitech_mute</TD></TR><TR>
-<TD>keycode 176</TD><TD>=</TD><TD>logitech_up</TD></TR><TR>
-<TD>keycode 174</TD><TD>=</TD><TD>logitech_down</TD></TR><TR>
-<TD>keycode 237</TD><TD>=</TD><TD>logitech_media</TD></TR><TR>
-<TD>keycode 178</TD><TD>=</TD><TD>logitech_home</TD></TR><TR>
-<TD>keycode 229</TD><TD>=</TD><TD>logitech_search</TD></TR><TR>
-<TD>keycode 223</TD><TD>=</TD><TD>logitech_standby</TD></TR>
-</PRE>
-</TABLE>
-<BR />
-You'll need to make sure the keycodes are identical on your system. Use
-<i><B><a href="http://www.xfree86.org/current/xev.1.html"xev</a></B></i> to determine the keycodes.<BR />
-<P>
-That's it, your extra Logitech Cordless Desktop Deluxe keys are now supported 
-in the X Window System. In order for them to actually do something, 
-you'll need to make your window manager aware of their existence. As I'm 
-using <A HREF="http://www.enlightenment.org">Enlightenment</A>, I'll describe what 
-to do if you want that window manager to do something meaningful 
-when you press those extra keys.
-</P>
-<H2>Step 3</H2>
-<P>
-Modify one of the keybinding sections in <i><B>~/.enlightenment/keybindings.cfg</i></B> as such: </P>
-<P>
-<table cellpadding="6" bgcolor="#ffeeee"><tr><td>
-<pre>
-__NEXT_ACTION<BR />
-  __KEY logitech_webcam<BR />
-  __EVENT __KEY_PRESS<BR />
-  __ACTION __A_EXEC /home/frederik/scripts/e_launchOrMoveApp.sh Gqcam gqcam<BR />
-</pre>
-</td></tr></table>  
-</P>  
-<P>
-Replace the last part with the executable of your choice. As you notice, you're able to pass variables to your command by adding them on the line.
-</P>
-<!--#include virtual='/footer.shtml' -->
-</HTML>
-</BODY>   
\ No newline at end of file