search for: keyrelease

Displaying 11 results from an estimated 11 matches for "keyrelease".

Did you mean: dayrelease
2006 Sep 02
1
Backspace key is sending Delete after update to 4.4 (tcsh issue?)
...window 0x2800001, root 0x48, subw 0x0, time 1593248, (136,112), root:(179,193), state 0x0, keycode 22 (keysym 0xff08, BackSpace), same_screen YES, XLookupString gives 1 bytes: (08) " XmbLookupString gives 1 bytes: (08) " XFilterEvent returns: False KeyRelease event, serial 28, synthetic NO, window 0x2800001, root 0x48, subw 0x0, time 1593358, (136,112), root:(179,193), state 0x0, keycode 22 (keysym 0xff08, BackSpace), same_screen YES, XLookupString gives 1 bytes: (08) " If I remove that bindkey command from my .tcshrc file,...
2017 Jan 11
0
[ANNOUNCE] xorg-server 1.19.1
...m check_timers if we touched any of them Qiang Yu (2):       xfree86: fix wrong usage of xf86optionListMerge       randr: fix xserver crash when xrandr setprovideroutputsource Rhys Kidd (1):       test: Fix stray Makefile reference to removed os test Rui Matos (1):       xwayland: Don't send KeyRelease events on wl_keyboard::leave git tag: xorg-server-1.19.1 https://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.19.1.tar.bz2 MD5:  caa8ee7b2950abbf734347d137529fb6  xorg-server-1.19.1.tar.bz2 SHA1: 13c81e0ebb6ac1359a611d0503805c6dc0315477  xorg-server-1.19.1.tar.bz2 SHA256: 79ae2cf...
2005 Dec 09
1
tkbind key pressed
Hi, I see in Wettenhall RTclTk Examples that tkbind(xxx, <Key>,...) can pass the key pressed. How can I get the key pressed? Thanks, Manel
2008 Jul 03
1
Cant use deadkeys in Portuguese keyboard
...ce:key:X11DRV_ToUnicodeEx ToUnicode about to return 1 with char 7e trace:key:TranslateMessage 1 -> PostMessageW(0x10028,WM_CHAR,007e,002b0001) trace:key:X11DRV_KeyEvent type 3, window 4800007, state 0x0000, keycode 0x0033 trace:key:X11DRV_KeyEvent nbyte = 1, status 0x0 trace:key:X11DRV_KeyEvent KeyRelease : keysym=FE53 (dead_tilde), # of chars=1 / "~" trace:key:EVENT_event_to_vkey e->keycode = 33 trace:key:X11DRV_KeyEvent keycode 0x33 converted to vkey 0xdc trace:key:X11DRV_KeyEvent bScan = 0x2b. trace:key:X11DRV_send_keyboard_input wParam=00dc, lParam=c02b0001, InputKeyState=c1 ... &q...
2015 Oct 26
0
[ANNOUNCE] xorg-server 1.17.3
...rotocol.txt: Add DRI3 1.0 requests       protocol.txt: Add MIT-SHM 1.2 requests       dri2: better checks for integer overflow in GetBuffers* Andrea Canciani (1):       render: Allow single-stop gradients Andrew Eikum (2):       xace: Add XaceHookIsSet helper function       dix: Send KeyPress and KeyRelease events to the XACE_KEY_AVAIL hook Arcady Goldmints-Orlov (1):       Fix alphamap interactions with wfb Chris Wilson (4):       randr/prime: Don't stop on the first pipe when disabling ReplaceScanoutPixmap       render: Fix leak of filter params       render: Propagate allocation failure from...
2008 Mar 05
0
Press delete key three times in R-2.6.1 to get segmentation fault (PR#10892)
...cord of a 'delete' key press in my terminal KeyPress event, serial 20, synthetic NO, window 0xe00001, root 0x3e, subw 0x0, time 443263949, (167,-11), root:(213,54), state 0x0, keycode 107 (keysym 0xffff, Delete), same_screen YES, XLookupString gives 1 bytes: "" KeyRelease event, serial 20, synthetic NO, window 0xe00001, root 0x3e, subw 0x0, time 443264060, (167,-11), root:(213,54), state 0x0, keycode 107 (keysym 0xffff, Delete), same_screen YES, XLookupString gives 1 bytes: "" Here are the specs for the gcc that compiled R: $ gcc -dumpsp...
2005 Aug 18
1
Wine 20050725 - Keyboard input not being recognised in 3d - mystery
...x12) -> 0 trace:key:GetKeyState key (0x10) -> 0 trace:key:GetKeyState key (0x11) -> 0 trace:key:GetKeyState key (0x11) -> 0 trace:key:X11DRV_KeyEvent type 3, window 3200001, state 0x0000, keycode 0x0026 trace:key:X11DRV_KeyEvent state = 0 nbyte = 0, status 0x1 trace:key:X11DRV_KeyEvent KeyRelease : keysym=0 (No Name), # of chars=0 / 0x00 / '' trace:key:EVENT_event_to_vkey e->keycode = 26 trace:key:X11DRV_KeyEvent keycode 0x26 converted to vkey 0x41 trace:key:X11DRV_KeyEvent bScan = 0x1e. trace:key:X11DRV_send_keyboard_input wParam=0041, lParam=c01e0001, InputKeyState=41 or si...
2015 Sep 02
0
[ANNOUNCE] xorg-server 1.17.99.901
...host_cpu case statement in configure.ac Xserver.man: -retro is used when starting the server, not the stipple Alexander Volkov (1): Xi: call UpdateDeviceState() even when the client is missing Andrew Eikum (2): xace: Add XaceHookIsSet helper function dix: Send KeyPress and KeyRelease events to the XACE_KEY_AVAIL hook Armin K (1): xfree86/os-support/linux: Fix make distcheck Brent Collins (1): shm: Fix xselinux resource initialization for xinerama pixmaps Chris Wilson (4): glx/dri2: Disable AIGLX if indirect GLX is disabled shm: Fix use-after-free in S...
2007 Mar 16
0
Wine release 0.9.33
...oken border info in GetWindowInfo most of the time, so there is no point in testing it. gdi32: Avoid a needless goto. user32: Make the excessive scroll test pass under Windows. winex11.drv: Do not ignore the keysyms assigned to a group switch, it leads to side effects like missing KeyRelease events. gdi32: Add an extensive EnumFontFamilies test, fix some failures when running under Wine. comdlg32: Use unicode Win32 APIs when possible. comdlg32: Use unicode Win32 APIs when possible. ntdll: Make the error test pass under XP. ntdll: Catch the exceptions in th...
2018 Feb 28
0
[ANNOUNCE] xserver 1.20 RC1
...colormap Rodrigo Vivi (1): dri2: Sync i965_pci_ids.h from Mesa. Roman Gilg (3): xwayland: Small comment edit xwayland: Avoid repeatedly looping through window ancestor chain Correct xorg_list_is_empty return value description Rui Matos (1): xwayland: Don't send KeyRelease events on wl_keyboard::leave Svitozar Cherepii (1): xwayland: Add hack for FWXGA resolution #99574 Tapani Pälli (1): glx: do not pick sRGB config for 32-bit RGBA visual Thomas Hellstrom (3): glx: Work around a GLX_OML swap method in older dri drivers glx: Fix visual fbcon...
2008 Jul 11
0
Wine release 1.1.1
...operators from array names. oleaut32: Remove unneeded address-of operators from array names. Aric Stewart (2): coreaudio: Make sure Port_SendToMessageThread is not NULL before calling CFMessagePortSendRequest. winex11: Allow for sane SCIM im processing by processing some filtered KeyRelease events. Austin English (1): crypt32: Fix a couple of test failures on Vista. Dan Hipschman (3): include: Fix type redefinitions in IDL files. widl: Implement type redefinition checks. widl: Factor a small part of the grammar. Daniel Remenak (1): shell32: Fix crash r...