search for: keysym

Displaying 20 results from an estimated 71 matches for "keysym".

2005 Aug 18
1
Wine 20050725 - Keyboard input not being recognised in 3d - mystery
...many things, including using DGA etc. and running it managed, and in a window. Here is the debug output I get whenever running these apps: joe@ubuntu:~$ WINEDEBUG="key" wine notepad.exe trace:key:X11DRV_InitKeyboard NumLockMask is 10 trace:key:X11DRV_KEYBOARD_DetectLayout mismatch for keysym 0x0000, keycode 94, got <> trace:key:X11DRV_KEYBOARD_DetectLayout mismatch for keysym 0x0000, keycode 94, got <> trace:key:X11DRV_KEYBOARD_DetectLayout mismatch for keysym 0x0000, keycode 94, got <> trace:key:X11DRV_KEYBOARD_DetectLayout mismatch for keysym 0x0000, keycode 11,...
2008 Mar 25
11
Failure to instal S10U4 HVM at SNV85 Dom0
System config:- bash-3.2# ifconfig -a lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 rge0: flags=201004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4,CoS> mtu 1500 index 2 inet 192.168.1.53 netmask ffffff00 broadcast 192.168.1.255 ether 0:1e:8c:25:cc:a5 lo0:
2008 Dec 28
1
vncviewer <defunct> under HVM
...changes state from "r" to "b" after about a minute. (I have a fedora dvd in the drive.) #cat qemu-dm-45.log Watching /local/domain/0/device-model/45/logdirty/next-active Watching /local/domain/0/device-model/45/command -c config qemu network with xen bridge for tap0 eth1 shift keysym 003e keycode 86 shift keysym 00a6 keycode 86 keypad keysym ffae keycode 83 keypad keysym ffac keycode 83 keypad keysym ffb0 keycode 82 keypad keysym ffb1 keycode 79 keypad keysym ffb2 keycode 80 keypad keysym ffb3 keycode 81 keypad keysym ffb4 keycode 75 keypad keysym ffb5 keycode 76 keypad keysym...
2024 Mar 26
0
[ANNOUNCE] xorgproto 2024.1
Hi, I am pleased to announce xorgproto version 2024.1 which includes updates for the DRI3 and Present protocol definitions to support explicit synchronization and other keysyms/keydefs fixes and improvements. Erik Kurzinger (2): DRI3: add DRI3ImportSyncobj and DRI3FreeSyncobj Present: add PresentPixmapSynced Jos? Exp?sito (1): meson: add header paths to declare_dependency Mohamed Akram (1): keysymdef.h: add dead_hamza symbol Olivier Fourda...
2010 Sep 02
6
[PATCH]ioemu: fix altgr-insert behavior
...DomU (Linux) from a VNC client in Windows, alt-gr key is not working properly. When Alt + another key pressed, vncserver receives Altgr down, Altgr up and key down messages in order, that causes incorrect output. With following patch, when vncerver receives key down message, it first check if the keysym needs altgr modifer, if it needs altgr modifier but altgr is not ''down'', sending altgr keycode before sending key keycode. diff -r 17723c0b042b keymaps.c --- a/keymaps.c Thu Sep 02 16:40:39 2010 +0800 +++ b/keymaps.c Thu Sep 02 17:26:53 2010 +0800 @@ -51,6 +51,7 @@ struct...
2004 Oct 20
1
wordperfect 12 tells to report this
Hello, wp12 trial fails to run with following debug output. Wine is several days old CVS. Is it difficult to fix this? err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) : err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=0,keycode=8,state=0) err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) : err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=0,keycode=8,state=1) err:keyboard:X11DRV_ToUnicodeEx Please report: no c...
2001 Mar 09
1
Code change required in x11drv keyboard driver
...ttle investigation in the source files, I traced the problem to the above function. I don't quite know whether you want to remove the section entirely, but my patch runs as follows...(diff output) 1568d1567 < /* Oh yes it does! - Andy Johnson */ 1571c1570 < /* if (((keysym>=33) && (keysym < 'A')) || --- > if (((keysym>=33) && (keysym < 'A')) || 1577d1575 < */ Hope this patch is recieved in the spirit in which it is sent. Wine has come so far in the last two years and whilst the goalposts are constantly...
2007 Mar 19
1
Running Corel Gallery, unable to register dll
...A}\InprocServer32] @="C:\\Corel\\GALLERY 3\\Gallery\\Programs\\CNSFlt80.dll" "ThreadingModel"="Apartment" The install hasn't registered this dll. When I register manually the dll : $ regsvr32 CNSFlt80.dll err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) : err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=0,keycode=8,state=0) err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) : err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=0,keycode=8,state=1) err:keyboard:X11DRV_ToUnicodeEx Please report: no c...
2007 Apr 30
0
[PATCH] Handle ISO_Level3_Shift keysym as AltGr in ioemu/vncfb
Hello, The modern (xkb) way of mapping the AltGr key (113) seems to be using the ISO_Level3_Shift keysym (0xFE03) instead of the obsolete Mode_switch keysym (0xFF7E). This patch let the "keysym to scancode" translator handle the ISO_Level3_Shift correctly, enabling the use of characters like ~#{[|`\^@]} on a french keyboard. Regards, Cédric diff -ur source/tools/ioemu/keymaps/modifiers...
2008 Feb 27
0
PATCH: Make QEMU send logs to stderr
...2008 +0000 +++ b/tools/ioemu/keymaps.c Wed Feb 27 15:26:53 2008 -0500 @@ -126,11 +126,11 @@ static kbd_layout_t *parse_keyboard_layo if (rest && strstr(rest, "numlock")) { add_to_key_range(&k->keypad_range, keycode); add_to_key_range(&k->numlock_range, keysym); - fprintf(stderr, "keypad keysym %04x keycode %d\n", keysym, keycode); + //fprintf(stderr, "keypad keysym %04x keycode %d\n", keysym, keycode); } if (rest && strstr(rest, "shift")) { add_to_key_range(&k->shift_range, keysym); -...
2005 Aug 30
0
No subject
(changed my config file to "builtin, native" remove so - should correct it. err:keyboard:X11DRV_ToUnicode Please report: no char for keysym 0000 (No Name) : err:keyboard:X11DRV_ToUnicode (virtKey=0,scanCode=0,keycode=8,state=0) err:keyboard:X11DRV_ToUnicode Please report: no char for keysym 0000 (No Name) : err:keyboard:X11DRV_ToUnicode (virtKey=0,scanCode=0,keycode=8,state=1) err:keyboard:X11DRV_ToUnicode Please report: no char for ke...
2004 Oct 19
1
Corel Draw 11
...ould be grateful for your help in getting this to work. Yours, Chris Rodgers. Screenshot: http://users.ox.ac.uk/~sjoh1127/CorelDraw.tif Errors: [1013 stieltjes ~/.wine/c/Program Files/Corel/Corel Graphics 11/Programs]$ wine CorelDrw.exe err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) : err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=0,keycode=8,state=0) err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) : err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=0,keycode=8,state=1) err:keyboard:X11DRV_ToUnicodeEx Please report: no cha...
2008 May 04
1
Logitech G11 keyboard under wine
...keyboard which has some extra keys - about 21 extra keys. Under Linux with the use of g15daemon and using the 'logitech_g15' XkbModel, all keys are working and can be mapped to keyboard shortcuts under gnome for example. Pressing the key G2 under xev outputs the following: keycode 152 (keysym 0x1008ff45, XF86Launch5) Unfortunatelly under wine the applications don't see these keys. Runing notepad as: WINEDEBUG=+keyboard wine notepad.exe I get the following when I press the same key: trace:keyboard:X11DRV_ToUnicodeEx NumLockMask = 0010 trace:keyboard:X11DRV_ToUnicodeEx AltGrMask...
2008 Oct 06
3
Logitech G11 keyboard and wine
.... It's working fine on windows, and in linux with g15daemon, but I'm having trouble getting the extra keys (G1-G18) it to work in wine. I've searched around on the internet, but most I managed to find is about the G15's screen. I've tried myself to get it to work by setting keysyms to characters that aren't normally on the keyboard with xmodmap, and this seems to work for a limited subset of my keys. I've run wine with WINEDEBUG=+key, and interestingly, the set of keys that works with a keysym set is exactly the list of keys for which it prints a line like: trac...
2009 Jun 26
14
Unable to install Solaris 10 Update 7 Dom-U
uname -a SunOS i7 5.11 snv_114 i86pc i386 i86xpv The box is a core i7 with 6GB of RAM. The command virt-install --name 10u7 --ram 1024 --hvm --file /guests/10u7 --os-type=solaris os-variant=solaris10 --location /export/iso/sol-10-u7-ga-x86-dvd.iso get as far as opening the VNC client, when I select Solaris from grub, the OS starts to boot then panics, closing the session. So I
2000 Mar 15
1
solaris without x
...d ./configure --without-x this is what i get making dataentry.d from dataentry.c In file included from dataentry.c:28: dataentry.h:22: X11/X.h: No such file or directory dataentry.h:23: X11/Xlib.h: No such file or directory dataentry.h:24: X11/Xutil.h: No such file or directory dataentry.h:25: X11/keysym.h: No such file or directory dataentry.h:26: X11/cursorfont.h: No such file or directory make[3]: *** [dataentry.d] Error 1 ./configure --without-x --without-dataentry --disable-dataentry this is what i get make[3]: Entering directory `/servers/space/neuwirth/R/R-release/src/unix' gcc -I. -I...
2006 Sep 02
1
Backspace key is sending Delete after update to 4.4 (tcsh issue?)
...a change in tcsh? Has something changed in the X server? Here is the output from xev when pressing and releasing the Backspace key: KeyPress event, serial 28, synthetic NO, 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...
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
...in wine instead of ????? i have 'a 'e 'o ~a ~o... etc ive run a trace when i press '~' for example i get: " trace:key:X11DRV_KeyEvent type 2, window 4800007, state 0x0000, keycode 0x0033 trace:key:X11DRV_KeyEvent nbyte = 1, status 0x0 trace:key:X11DRV_KeyEvent KeyPress : 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=002b0001, InputKeyState=0 trace:key:Transl...
2008 Mar 06
0
[ANNOUNCE] libX11 1.1.4
...oid cpp errors from # Add support for building lint library with --enable-lint-library Man page typo fixes Anton Zinoviev (1): Additions to the Compose file for UTF-8 Daniel Stone (1): Colours: Fix --disable-xcms Eric Anholt (2): Add XF86 keyboard/monitor brightness keysyms to the keysymbdb. Bug #2081: Note the range limitation of XSetScreenSaver arguments. Eric S. Raymond (9): Bug #9516: Markup error in XAllocWMHints.3x Bug 9523: Markup problems in XQueryExtension.3x Bug #9650: Bad markup in XLoadFont.3x manual page Bug #9651: Bad mark...