Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Could you explain what you want a bit more? You simply want your external keyboard to be ignored? Why don't you simply leave it unplugged? Commented Jan 15, 2014 at 15:36
  • unfortunately customer requirement. they want to manage keyboards. Commented Jan 15, 2014 at 16:25
  • They want to be able to manually switch between connected keyboards? How would you do this through udev? It only detects when devices are plugged in/out. When exactly do you want the device to be disabled? Do you simply want it to be always ignored? Commented Jan 15, 2014 at 16:28
  • they want to disable or enable keyboard dynamically. i am using udev for detect the device. i can get all information of device when plug or unplug via udev. i am searching alternative way to disable/enable keyboard dynamically. obviously, scenario - when user plug a externall keyboard i am looking user permission and if he has not permission i am disabling the keyboard if he has enabling. Commented Jan 15, 2014 at 22:44