Displaying 7 results from an estimated 7 matches for "x11drv_tounicod".
Did you mean:
x11drv_tounicode
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_ToUn...
2001 Jun 22
3
X11: Oracle Forms runs fine locally, but not remotely
There is some difference in the keyboard defs, though not much. The
most interesting is this line, from the remote machine, with +keyboard:
trace:keyboard:X11DRV_ToUnicode Found keycode 13 (0x D)
trace:keyboard:X11DRV_MapVirtualKey MapVirtualKey wCode=0x43 wMapType=2 ...
trace:keyboard:X11DRV_MapVirtualKey Found keycode 13 (0x D)
trace:keyboard:X11DRV_MapVirtualKey returning 0x63.
This is not found in the output of the local X server.
I'm still looking at the...
2007 Jan 02
0
cyrillic input err:keyboard:X11DRV_ToUnicode
I installed wine (0.9.22, 0.9.26, 0,9.8) locale ru_RU.utf8
In all this versions i have bug with input cyrillic characters
when i trying write cyrillic character in wine applications there are
errors like:
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 06D7
(Cyrillic_ve) :
err:keyboard:X11DRV_ToUnicodeEx
(virtKey=44,scanCode=20,keycode=28,state=2000)
this pair line appears for each time when i input cyrrilic character
it recognize correct scan code
but character output is blank
Where can i find couse to fix...
2002 Jul 08
1
addenda to wordperfect
I did find a say to get to the directory holding wpwin9 and it strarted
but then froze with the splash screen. Not sure how to get the error
message in here; seems to have to do with the keyboard and X11driver;
hope I am abusing this bulletin board, but I am hoping someone can help
me with the next step. Thanks
2001 Dec 06
1
Registry, HKEY, CONFIGDIR CorelDraw problems
...CHINE\SOFTWARE\Corel\CORELDRAW\7.0"
Value: "ConfigDir" not found in the Registry.
Along with this error message, comes the exciting output displayed
below, that is probably irrelevant.
Thanks for your time.
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
err:keyboard:X11DRV_ToUnicode Please report: no char for keysym FE20
(ISO_Left_Tab) :
err:keyboard:X11DRV_ToUnicode (virtKey=9,scanCode=F,keycode=17,state=1)
err:keyboard:X11DRV_ToUnicode Please report: no char for keysym FEF9
(Pointer_EnableKeys) :
err:keyboard:X11DRV_ToUnicode
(virtKey=90,scanCode=45,keycode=4D,state=1)
2002 Jan 02
7
Weird Keys in Counterstrike
Hi,
I have just compiled wine-20011108 for my Mandrake 8.1 box, installed
Half-Life, patched it to 1.1.0.8, installed csv13full.exe. I then tried to
connect to a local LAN server however all the keys are all real weird. I ran
my standard win98se config file, it worked OK. By weird I mean that
normally when I move the mouse my player looks around but under wine he
starts a slow slide across
2001 Mar 09
1
Code change required in x11drv keyboard driver
aAHello all. I know I'm technically a wine newby (having only just
installed the codeweavers preview 2) but I have a code change request.
Deep within the file ~/windows/x11drv/keyboard.c in the function
X11DRV_ToUnicode is the comment 'More areas where X11 returns characters
but Windows does not CTRL + number or CTRL + symbol'.
Whilst this is a reasonable assumption, this is in fact incorrect as
Windows will indeed return CTRL+symbol. Indeed if it didn't, my C++
Builder Wyse120-based emulator appl...