Hi all.<br>
<br>
I am debugging an issue, wherein a keycode that has
been assigned as a capslock, is working on Fedora 11, but not on Fedora
14. <br>
<br>The contents of "~/xmodmap.conf" are as follows::<br><div class="smallfont" style="margin-bottom:2px"><br><pre class="bbcodeblock" dir="ltr" style="padding:3px;border:1px inset;width:98%;height:50px;text-align:left;overflow:auto">
keycode 133 = Caps_Lock<br>add Lock = Caps_Lock</pre><br><br><br><br><br><br><br>
<br>
<br>
Specifically, even when I run the following command on Fedora 14 from the terminal,<br>
<br>
<pre class="bbcodeblock" dir="ltr" style="padding:3px;border:1px inset;width:98%;height:34px;text-align:left;overflow:auto">xmodmap -e 'add Lock = Caps_Lock'<br></pre>
<br>
<br>I get the message<br><br><pre class="bbcodeblock" dir="ltr" style="padding:3px;border:1px inset;width:98%;height:98px;text-align:left;overflow:auto">X Error of failed request: BadValue (integer parameter out of range for operation)<br>
Major opcode of failed request: 118 (X_SetModifierMapping)<br> Value in failed request: 0x17<br> Serial number of failed request: 12<br> Current serial number in output stream: 12</pre><br><br>Note that the above works fine on Fedora 11, though.<br>
<br>I have tried the solutions at <a href="https://bbs.archlinux.org/viewtopic.php?id=83946" target="_blank">https://bbs.archlinux.org/viewtopic.php?id=83946</a>, but nothing seems to work.<br><br><br>I will be grateful, if someone could let me know as to how to get this working (on Fedora 14 that is).<br>
<br><br>Looking forward to a reply.<br><br>Regards,<br>Ajay<br><br><br></div>