<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Disable NumLock key in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-numlock-key/m-p/2843420#M91685</link>
    <description>a) what and where is the Xserver running/ on  ... can we clear up whether this is PC Xemualtion or a native Xserver ?&lt;BR /&gt;&lt;BR /&gt;b) please post xmodmap | grep Num_Lock output&lt;BR /&gt;&lt;BR /&gt;c) Windows are sticking .... Xwindows ... all of them or just a particular application ? Are we talking citrix ... you may like to read this -&amp;gt; &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x38e0cdec06f1d61190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x38e0cdec06f1d61190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also note ;&lt;BR /&gt;&lt;BR /&gt;On a PC running an X emulation software , the Numlock KeyPress Events repeat when the Numlock key is depressed, but the LED indicator light only toggles once and the actual keycode value returned differs based on whether or not the Numlock is 'on' or 'off'. &lt;BR /&gt;so you may want to look into xev - this utility can be found on public domain sites and lastly what is the O/S... things may have changed between 10.20 and 11.00 ....&lt;BR /&gt;</description>
    <pubDate>Thu, 14 Nov 2002 09:16:10 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2002-11-14T09:16:10Z</dc:date>
    <item>
      <title>Disable NumLock key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-numlock-key/m-p/2843415#M91680</link>
      <description>I would like to disable "NumLock" key.  How d i do that?</description>
      <pubDate>Tue, 12 Nov 2002 20:47:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-numlock-key/m-p/2843415#M91680</guid>
      <dc:creator>Billy Ng</dc:creator>
      <dc:date>2002-11-12T20:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disable NumLock key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-numlock-key/m-p/2843416#M91681</link>
      <description>You didn't mention the OS or the system so this is a shot in the dark:&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063231285" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063231285&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is the command you can reference the above article if you want to know what really happens:&lt;BR /&gt;&lt;BR /&gt;Use the following command to disable the Numlock key:&lt;BR /&gt;&lt;BR /&gt;     /usr/bin/X11/xmodmap -e "keycode 127 = Home"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Nov 2002 21:03:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-numlock-key/m-p/2843416#M91681</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2002-11-12T21:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disable NumLock key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-numlock-key/m-p/2843417#M91682</link>
      <description>First you need to find out which keycode Num_Lock is defined as. Run this ..&lt;BR /&gt;# /usr/bin/X11/xmodmap|grep Num_Lock&lt;BR /&gt;In my case it shows ..&lt;BR /&gt;&lt;BR /&gt;152         0xff7f (Num_Lock)&lt;BR /&gt;&lt;BR /&gt;All you have to do is set the keycode 152 to nothing.&lt;BR /&gt;&lt;BR /&gt;# /usr/bin/X11/xmodmap -e "keycode 152 = """&lt;BR /&gt;&lt;BR /&gt;Now if you press num lock, it should do nothing.&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Nov 2002 21:13:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-numlock-key/m-p/2843417#M91682</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-11-12T21:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Disable NumLock key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-numlock-key/m-p/2843418#M91683</link>
      <description>S.K. was correct but since I was guessing at the keyboard you are using, I guessed that you were on a PC running an X server and the scancode I gave you was for a PS/2 keyboard. No matter what keyboard you are using you should do as S.K suggested and determine the correct scancode before you start disabling keys.</description>
      <pubDate>Tue, 12 Nov 2002 22:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-numlock-key/m-p/2843418#M91683</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2002-11-12T22:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Disable NumLock key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-numlock-key/m-p/2843419#M91684</link>
      <description>I tried to use the command: xmodmap.  It works partially.&lt;BR /&gt;The NumLock key is not functioning as it should, but it is still on (you can see the LED night on the PS/2 keyboard).  Whenever the NumLock key is on, the windows are sticking (not movable by the mouse).  That is the reason why I want to disable the NumLck key. Thanks!!</description>
      <pubDate>Wed, 13 Nov 2002 20:06:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-numlock-key/m-p/2843419#M91684</guid>
      <dc:creator>Billy Ng</dc:creator>
      <dc:date>2002-11-13T20:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Disable NumLock key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-numlock-key/m-p/2843420#M91685</link>
      <description>a) what and where is the Xserver running/ on  ... can we clear up whether this is PC Xemualtion or a native Xserver ?&lt;BR /&gt;&lt;BR /&gt;b) please post xmodmap | grep Num_Lock output&lt;BR /&gt;&lt;BR /&gt;c) Windows are sticking .... Xwindows ... all of them or just a particular application ? Are we talking citrix ... you may like to read this -&amp;gt; &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x38e0cdec06f1d61190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x38e0cdec06f1d61190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also note ;&lt;BR /&gt;&lt;BR /&gt;On a PC running an X emulation software , the Numlock KeyPress Events repeat when the Numlock key is depressed, but the LED indicator light only toggles once and the actual keycode value returned differs based on whether or not the Numlock is 'on' or 'off'. &lt;BR /&gt;so you may want to look into xev - this utility can be found on public domain sites and lastly what is the O/S... things may have changed between 10.20 and 11.00 ....&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Nov 2002 09:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-numlock-key/m-p/2843420#M91685</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2002-11-14T09:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disable NumLock key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-numlock-key/m-p/2843421#M91686</link>
      <description>Thanks guys for your inputs!!  I have found a way to solve the "sticking" windows problem w/o disabling the NumLock key.  I found that the NumLock key was assigned for mod2 when I run this command: "xmodmap -pm".  When the NumLock key is on, the system "thinks" L_Shift, R_Shift, L_Alt and R_Alt are pressed.  This caused the window "sticking".  To solve this, I just ran "xmodmap -e "clear mod2"".  Windows are not "sticking" anymore.</description>
      <pubDate>Thu, 14 Nov 2002 18:05:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-numlock-key/m-p/2843421#M91686</guid>
      <dc:creator>Billy Ng</dc:creator>
      <dc:date>2002-11-14T18:05:19Z</dc:date>
    </item>
  </channel>
</rss>

