Skip to main content
Bumped by Community user
Bumped by Community user
Bumped by Community user
Tweeted twitter.com/StackUnix/status/902514115293454336
deleted 1 character in body; edited tags
Source Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 265

I want to disable a keyboard input device with libinput. Something analogous to:

xinput set-int-prop 1 "Device Enabled" 8 0`0

which follows the syntax:

--set-int-prop device property format value

Sets an integer property for the device. Appropriate values for format are 8, 16, or 32, depending on the property. Deprecated, use --set-prop instead.

(or like xinput set-prop).

I want to use this to disable a keyboard-emulating authentication dongle (Yubikey) from "typing out" out a token from a spurious touch.

Perhaps there is a preferred method not involving libinput to do this. I do not want to disable the dongle completely, as it has features other than generating a token through its keyboard emulation (it is a GPG smart card too).

I am using Fedora 26 with Wayland.

I want to disable a keyboard input device with libinput. Something analogous to:

xinput set-int-prop 1 "Device Enabled" 8 0`

which follows the syntax:

--set-int-prop device property format value

Sets an integer property for the device. Appropriate values for format are 8, 16, or 32, depending on the property. Deprecated, use --set-prop instead.

(or like xinput set-prop).

I want to use this to disable a keyboard-emulating authentication dongle (Yubikey) from "typing out" out a token from a spurious touch.

Perhaps there is a preferred method not involving libinput to do this. I do not want to disable the dongle completely, as it has features other than generating a token through its keyboard emulation (it is a GPG smart card too).

I am using Fedora 26 with Wayland.

I want to disable a keyboard input device with libinput. Something analogous to:

xinput set-int-prop 1 "Device Enabled" 8 0

which follows the syntax:

--set-int-prop device property format value

Sets an integer property for the device. Appropriate values for format are 8, 16, or 32, depending on the property. Deprecated, use --set-prop instead.

(or like xinput set-prop).

I want to use this to disable a keyboard-emulating authentication dongle (Yubikey) from "typing out" out a token from a spurious touch.

Perhaps there is a preferred method not involving libinput to do this. I do not want to disable the dongle completely, as it has features other than generating a token through its keyboard emulation (it is a GPG smart card too).

I am using Fedora 26 with Wayland.

I want to disable a keyboard input device with libinput. Something analogous to:

xinput set-int-prop 1 "Device Enabled" 8 0

which follows the syntax:

--xinput set-int-prop device property format value
    Sets an integer property for the device. Appropriate values for1 format"Device areEnabled" 8, 16, or 32, depending on the property. Deprecated, use --set-prop instead. ```

(or like `xinput set-prop`).

I want to use this to disable a keyboard-emulating authentication dongle (Yubikey) from "typing out" out a token from a spurious touch.

Perhaps there is a preferred method not involving `libinput` to do this. I do not want to disable the dongle completely, as it has features other than generating a token through its keyboard emulation (it is a GPG smart card too). 

I am using Fedora 26 with Wayland.

Thanks!0`

which follows the syntax:

--set-int-prop device property format value

Sets an integer property for the device. Appropriate values for format are 8, 16, or 32, depending on the property. Deprecated, use --set-prop instead.

(or like xinput set-prop).

I want to use this to disable a keyboard-emulating authentication dongle (Yubikey) from "typing out" out a token from a spurious touch.

Perhaps there is a preferred method not involving libinput to do this. I do not want to disable the dongle completely, as it has features other than generating a token through its keyboard emulation (it is a GPG smart card too).

I am using Fedora 26 with Wayland.

I want to disable a keyboard input device with libinput. Something analogous to:

xinput set-int-prop 1 "Device Enabled" 8 0

which follows the syntax:

--set-int-prop device property format value
    Sets an integer property for the device. Appropriate values for format are 8, 16, or 32, depending on the property. Deprecated, use --set-prop instead. ```

(or like `xinput set-prop`).

I want to use this to disable a keyboard-emulating authentication dongle (Yubikey) from "typing out" out a token from a spurious touch.

Perhaps there is a preferred method not involving `libinput` to do this. I do not want to disable the dongle completely, as it has features other than generating a token through its keyboard emulation (it is a GPG smart card too). 

I am using Fedora 26 with Wayland.

Thanks!

I want to disable a keyboard input device with libinput. Something analogous to:

xinput set-int-prop 1 "Device Enabled" 8 0`

which follows the syntax:

--set-int-prop device property format value

Sets an integer property for the device. Appropriate values for format are 8, 16, or 32, depending on the property. Deprecated, use --set-prop instead.

(or like xinput set-prop).

I want to use this to disable a keyboard-emulating authentication dongle (Yubikey) from "typing out" out a token from a spurious touch.

Perhaps there is a preferred method not involving libinput to do this. I do not want to disable the dongle completely, as it has features other than generating a token through its keyboard emulation (it is a GPG smart card too).

I am using Fedora 26 with Wayland.

Source Link
Justin
  • 51
  • 1
  • 3

Disable device with libinput

I want to disable a keyboard input device with libinput. Something analogous to:

xinput set-int-prop 1 "Device Enabled" 8 0

which follows the syntax:

--set-int-prop device property format value
    Sets an integer property for the device. Appropriate values for format are 8, 16, or 32, depending on the property. Deprecated, use --set-prop instead. ```

(or like `xinput set-prop`).

I want to use this to disable a keyboard-emulating authentication dongle (Yubikey) from "typing out" out a token from a spurious touch.

Perhaps there is a preferred method not involving `libinput` to do this. I do not want to disable the dongle completely, as it has features other than generating a token through its keyboard emulation (it is a GPG smart card too). 

I am using Fedora 26 with Wayland.

Thanks!