- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Desabling numric keys for specfic user.
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
Forums
Discussions
Discussions
Discussions
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
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
09-23-2008 10:54 PM
09-23-2008 10:54 PM
Desabling numric keys for specfic user.
I want to desable 0-9(numeric keys) for specific user.Is there any option to do this action through .profile file.
Waiting for reply. ASAP.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 09:57 PM
09-24-2008 09:57 PM
Re: Desabling numric keys for specfic user.
Do you want those keys to be ignored or something else? Unset NUM LOCK?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2008 01:41 AM
09-25-2008 01:41 AM
Re: Desabling numric keys for specfic user.
We use this system for attendance entry.APT s/w is installed for this purpose. At present, employees can swipe the card using bar code reader or they can type the corresponding number using keyboard. Both are connected to the same PS/2 port. I want to disable attendance entry by typing bar code number.
How it can be implemented?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2008 03:48 AM
09-25-2008 03:48 AM
Re: Desabling numric keys for specfic user.
Same thing i did, you ask your local hardware ( desktop engg. ) support to disible the nemuric kay from the keyboard itself.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2008 05:04 AM
09-25-2008 05:04 AM
Re: Desabling numric keys for specfic user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2008 05:44 AM
09-25-2008 05:44 AM
Re: Desabling numric keys for specfic user.
Well I *think* there's an option to direct keyboard hits to a different sense.
Something like: stty erase "^H" kill "^U" (?)
Maybe you can define 'nothing' to 0-9
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2008 06:02 AM
09-25-2008 06:02 AM
Re: Desabling numric keys for specfic user.
So presumably the application is some kind of tty based UNIX terminal application, or you wouldn't be asking about disabling the numeric keys (you posted this in the HPUX forum so I'm assuming the application is running on HPUX, or are you just posting at random?)
Assuming what I guessed above is correct, I doubt playing around with tty settings would achieve the desired result as the barcode reader software probably just simulates key presses anyway, so you'd just break the barcode reader as well.
So I think you're back to the option Steven mnetioned - superglue up the numeric keys!
- Or maybe just disconnect the keyboard?
- Or how about breaking the users fingers with a mallet to stop them typing and then taping the barcode reader to their heads?
Incidentally what do you plan to do when you get a bad barcode?
Yours in (partial) jest,
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2008 08:20 AM
09-25-2008 08:20 AM
Re: Desabling numric keys for specfic user.
Gee, my keyboard has numbers on it along the top row...do I don't need no silly keypad...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2008 08:31 AM
09-25-2008 08:31 AM
Re: Desabling numric keys for specfic user.
you may want to look into
itemap, keymap_ed or xmodmap.