Displaying 4 results from an estimated 4 matches for "super_l".
Did you mean:
super_s
2007 Jul 02
0
[PATCH] Fix keymap for Windows keys
Hi All,
We tested with Japanese keyboard.
The Windows keys had been converted by mistake.
It is opposite between right and left.
・Super_R -> Super_L
・Super_L -> Super_R
This patch corrected the keymap to convert it.
Even if the keymap is not corrected, it is the same working.
Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com>
Signed-off-by: Junko Ichino <ichino.junko@jp.fujitsu.com>
Best Regards,
--
Takanori Kasai...
2007 Apr 30
0
[PATCH] Handle ISO_Level3_Shift keysym as AltGr in ioemu/vncfb
...ols/ioemu/vnc_keysym.h
build-tools/tools/ioemu/vnc_keysym.h
--- source/tools/ioemu/vnc_keysym.h 2007-04-28 11:28:59.000000000 +0200
+++ build-tools/tools/ioemu/vnc_keysym.h 2007-04-30 10:43:
53.820772392 +0200
@@ -215,6 +215,7 @@
{"Shift_R", 0xffe2}, /* XK_Shift_R */
{"Super_L", 0xffeb}, /* XK_Super_L */
{"Super_R", 0xffec}, /* XK_Super_R */
+{"ISO_Level3_Shift", 0xfe03}, /* XK_ISO_Level3_Shift */
/* special keys */
{"BackSpace", 0xff08}, /* XK_BackSpace */
_______________________________________________
Xen-devel mail...
2006 Apr 02
0
Re: Keyboard Rewrite
...AltGR+Shift RightDoubleQuoteMark
Caps Lock (to left of 'A') gives is a duplicate Control_L, and no key generates Caps Lock
The key marked '\|' to the right of the left shift key, is a duplicate Shift_L
The left windows key (between left shift and left alt) generates Super_L
The right windows key (between AltGR and Menu key) generates Super_R
The Menu key (between right windows key and right control key) generates Alt_R
The AltGR key is ISO_Level3_Shift, and when shifted is Multi_key. But I've never
found a use for Multi_key yet.
DF
2009 Feb 27
0
Wine release 1.1.16
...ointer.
d3drm: Simplify some functions.
d3dx8: Implement the spherical interpolation part for D3DXQuaternionSlerp.
d3drm: D3DRMQuaternionSlerp should be tested against returned Windows values.
ddraw: Implement ComputeSphereVisibility.
David Korth (1):
winex11.drv: Map Super_L, Super_R, and Menu keys correctly.
Detlef Riekenberg (8):
spoolss: Properly initialize the backends.
spoolss: Implement EnumPorts.
fusion/tests: Do not use an hardcoded path for the windows directory.
fusion/tests: Fix remaining win98 failures in asmcache.
mshtml/test...