- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disable NumLock key
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2002 12:47 PM
тАО11-12-2002 12:47 PM
Disable NumLock key
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2002 01:03 PM
тАО11-12-2002 01:03 PM
Re: Disable NumLock key
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063231285
Here is the command you can reference the above article if you want to know what really happens:
Use the following command to disable the Numlock key:
/usr/bin/X11/xmodmap -e "keycode 127 = Home"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2002 01:13 PM
тАО11-12-2002 01:13 PM
Re: Disable NumLock key
# /usr/bin/X11/xmodmap|grep Num_Lock
In my case it shows ..
152 0xff7f (Num_Lock)
All you have to do is set the keycode 152 to nothing.
# /usr/bin/X11/xmodmap -e "keycode 152 = """
Now if you press num lock, it should do nothing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2002 02:04 PM
тАО11-12-2002 02:04 PM
Re: Disable NumLock key
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2002 12:06 PM
тАО11-13-2002 12:06 PM
Re: Disable NumLock key
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!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2002 01:16 AM
тАО11-14-2002 01:16 AM
Re: Disable NumLock key
b) please post xmodmap | grep Num_Lock output
c) Windows are sticking .... Xwindows ... all of them or just a particular application ? Are we talking citrix ... you may like to read this ->
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x38e0cdec06f1d61190050090279cd0f9,00.html
Also note ;
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'.
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 ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2002 10:05 AM
тАО11-14-2002 10:05 AM