Displaying 5 results from an estimated 5 matches for "super_r".
Did you mean:
super_rc
2006 Apr 28
1
1-dim maximizing of windows
...r fans of an unimplemented feature
exist or what priority/difficulty compiz coders would assign to it.
I constantly used ?maximize vertically? (and also ?maximize
horizontally?) in Metacity when there wasn't enough space to see a
portion of text in a terminal or another window. Assigned to
<Super_R>Up/<Super_R>Right it was a powerful pair of toggles.
Is this on the radar of someone already?
Tobias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freedesktop.org/archives/compiz/attachments/20060428/43e3999a/attachment.htm
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,
--...
2007 Apr 30
0
[PATCH] Handle ISO_Level3_Shift keysym as AltGr in ioemu/vncfb
...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 mailing list
Xen-devel@lists.xensource.com
http://lists...
2006 Apr 02
0
Re: Keyboard Rewrite
...'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
...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/tests: Fix ty...