Displaying 5 results from an estimated 5 matches for "id_input".
2005 May 16
1
TEXTFIELD_ENTER_ONLY doesn''t work
Hi Lyle,
I noticed that when creating a FXTextField with TEXTFIELD_ENTER_ONLY it
still sends messages
to its target when other keys than KEY_Return are pressed.
I usually create a textfield this way:
textfield = FXTextField.new(self, 50, self, ID_INPUT, TEXTFIELD_ENTER_ONLY)
textfield.setText(aStr)
textfield.setFocus
textfield.move(x, y, w, h)
textfield.show
This way only the enter key should send the message
SEL_KEYPRESSED/SEL_KEYRELEASED with
ID_INPUT to the target. But that somehow doesn''t work.
Regards,
Jannis
2013 May 15
8
[Bug 64645] New: Massive corruption
...)
[ 1142.691] (WW) Open ACPI failed (/var/run/acpid.socket) (Connection
refused)
[ 1143.691] (II) Open ACPI successful (/var/run/acpid.socket)
udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
E: EV=3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: KEY=10000000000000 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: NAME="Power Button"
E: PHYS="LNXPWRBN/button/input0"
E: PRODUCT=19/0/1/0
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3...
2010 Apr 29
24
[Bug 27905] New: DVI monitor is blank - DVI detected as Display Port ?
...v information:
P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: char/13:64
S: input/by-path/platform-i8042-serio-0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: XKBMODEL=pc105
E: XKBLAYOUT=fr
E: XKBVARIANT=latin9
E: XKBOPTIONS=lv3:ralt_switch
E: x11_driver=evdev
E: DMI_VENDOR=Dell Inc.
E: DEVLINKS=/dev/char/13:64 /dev/input/by-path/platform-i8042-serio-0-e...
2019 Mar 02
0
[ANNOUNCE] xorg-server 1.19.7
...n freeing pAdapt
Olivier Fourdan (2):
xwayland: avoid race condition on new keymap
xwayland: remove dirty window unconditionally on unrealize
Peter Harris (1):
composite: Propagate damagedDescendants when reparented
Peter Hutterer (1):
config: fix NULL value detection for ID_INPUT being unset
Tapani Pälli (1):
glx: do not pick sRGB config for 32-bit RGBA visual
git tag: xorg-server-1.19.7
http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.19.7.tar.bz2
MD5: 350b0a3a9e758fef3168c9ff5daba243 xorg-server-1.19.7.tar.bz2
SHA1: 70c06a92a531aa3bf49d9d3de...
2018 Feb 28
0
[ANNOUNCE] xserver 1.20 RC1
...rball
xfree86: build a shared lib identical to Xorg
fb: remove some superfluous empty lines
xfree86: up the path name size to 512 in xf86MatchDriverFromFiles
xfree86: link to libinput(4) from the xorg.conf man page
test: fix compiler warning
config/udev: consider ID_INPUT_FOO=0 as 'unset'
config: fix NULL value detection for ID_INPUT being unset
Qiang Yu (6):
xfree86: fix wrong usage of xf86optionListMerge
randr: fix xserver crash when xrandr setprovideroutputsource
modesetting: cleanup pci device open
dri2: refine dri2_probe_d...