* [Qemu-devel] Keymap Problem: Host: OSX, Guest: Linux
@ 2004-12-10 7:57 Hans Fuchs
2004-12-10 14:33 ` Johannes Schindelin
2004-12-11 17:37 ` Karl Magdsick
0 siblings, 2 replies; 6+ messages in thread
From: Hans Fuchs @ 2004-12-10 7:57 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 559 bytes --]
Hi
I have 0.6.1 of qemu. The keys on my guest debian linux are very
strange. I selected de_CH in both host and guest linux. All keys a-z,
A-Z and 0-9 work well. Also ",." work, the rest not (dead or wrong). The
umlauts are on ' ^ ¨, the apple key has <. I have no idea what layers of
conversion are involved here, so its very hard to find out what is
wrong. Interesting is also that it types qwerty instead of qwertz.
Has anyone experienced this? Or even a solution?
Best,
Hans
--
http://fangorn.ch
http://fangorn.ch/wcal/month.php?cal=HFComplete
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Keymap Problem: Host: OSX, Guest: Linux
2004-12-10 7:57 [Qemu-devel] Keymap Problem: Host: OSX, Guest: Linux Hans Fuchs
@ 2004-12-10 14:33 ` Johannes Schindelin
2004-12-11 17:37 ` Karl Magdsick
1 sibling, 0 replies; 6+ messages in thread
From: Johannes Schindelin @ 2004-12-10 14:33 UTC (permalink / raw)
To: qemu-devel
Hi,
On Fri, 10 Dec 2004, Hans Fuchs wrote:
> [...] I selected de_CH in both host [...]
As you are on Mac OS X, the keyboard mapping in sdl.c defaults to
American. You might want to apply
http://libvncserver.sf.net/qemu/qemu-sdl-nopckeys.patch.gz
to the current CVS and specify the "-k de-ch" flag to qemu.
Hth,
Dscho
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Keymap Problem: Host: OSX, Guest: Linux
2004-12-10 7:57 [Qemu-devel] Keymap Problem: Host: OSX, Guest: Linux Hans Fuchs
2004-12-10 14:33 ` Johannes Schindelin
@ 2004-12-11 17:37 ` Karl Magdsick
2004-12-11 18:46 ` Johannes Schindelin
1 sibling, 1 reply; 6+ messages in thread
From: Karl Magdsick @ 2004-12-11 17:37 UTC (permalink / raw)
To: qemu-devel
I use Dvorak key mapping in OS X and standard U.S. qwerty key mapping
in the guest OS. I end up getting normal Dvorak behavior in the guest
OS.
It actually took me a minute to realize the emulation was "wrong", but
"wrong" to my advantage.
-Karl
On Fri, 10 Dec 2004 08:57:54 +0100, Hans Fuchs <gucky@fangorn.ch> wrote:
> Hi
>
> I have 0.6.1 of qemu. The keys on my guest debian linux are very
> strange. I selected de_CH in both host and guest linux. All keys a-z,
> A-Z and 0-9 work well. Also ",." work, the rest not (dead or wrong). The
> umlauts are on ' ^ ¨, the apple key has <. I have no idea what layers of
> conversion are involved here, so its very hard to find out what is
> wrong. Interesting is also that it types qwerty instead of qwertz.
>
> Has anyone experienced this? Or even a solution?
>
> Best,
> Hans
>
> --
> http://fangorn.ch
> http://fangorn.ch/wcal/month.php?cal=HFComplete
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
>
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Keymap Problem: Host: OSX, Guest: Linux
2004-12-11 17:37 ` Karl Magdsick
@ 2004-12-11 18:46 ` Johannes Schindelin
2004-12-12 17:00 ` Fabrice Bellard
0 siblings, 1 reply; 6+ messages in thread
From: Johannes Schindelin @ 2004-12-11 18:46 UTC (permalink / raw)
To: Karl Magdsick, qemu-devel
Hi,
On Sat, 11 Dec 2004, Karl Magdsick wrote:
> I use Dvorak key mapping in OS X and standard U.S. qwerty key mapping
> in the guest OS. I end up getting normal Dvorak behavior in the guest
> OS.
I don't know about umlauts in Dvorak, but I don't see any way that
standard U.S. mapping in the guest OS works with umlauts.
What you are seeing is the effect of qemu on Mac OS X assuming that you
have American keyboard layout.
Ciao,
Dscho
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Keymap Problem: Host: OSX, Guest: Linux
2004-12-11 18:46 ` Johannes Schindelin
@ 2004-12-12 17:00 ` Fabrice Bellard
2004-12-14 13:42 ` [Qemu-devel] " Hans Fuchs
0 siblings, 1 reply; 6+ messages in thread
From: Fabrice Bellard @ 2004-12-12 17:00 UTC (permalink / raw)
To: qemu-devel
Hi,
I just commited the support for keyboard maps based on Johannes
Schindelin's patch. I am interested to know if it works for non PC users.
Fabrice.
Johannes Schindelin wrote:
> Hi,
>
> On Sat, 11 Dec 2004, Karl Magdsick wrote:
>
>
>>I use Dvorak key mapping in OS X and standard U.S. qwerty key mapping
>>in the guest OS. I end up getting normal Dvorak behavior in the guest
>>OS.
>
>
> I don't know about umlauts in Dvorak, but I don't see any way that
> standard U.S. mapping in the guest OS works with umlauts.
>
> What you are seeing is the effect of qemu on Mac OS X assuming that you
> have American keyboard layout.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Qemu-devel] Re: Keymap Problem: Host: OSX, Guest: Linux
2004-12-12 17:00 ` Fabrice Bellard
@ 2004-12-14 13:42 ` Hans Fuchs
0 siblings, 0 replies; 6+ messages in thread
From: Hans Fuchs @ 2004-12-14 13:42 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1352 bytes --]
Hello Fabrice
Fabrice Bellard wrote:
> I just commited the support for keyboard maps based on Johannes
> Schindelin's patch. I am interested to know if it works for non PC users.
I built lastest cvs. It works a lot better. Most of the non alphanumeric
keys work now. Still not working are ö ä ü , ¨ ! ^ § °. I can't reach @
since I have no alt-gr. Some are wrong
ä -> $
ü -> 8
ö -> no scancode found for keysym 164.
Apple key -> Warning: no scancode found for keysym 310
§ -> Warning: no scancode found for keysym 160
ESC -> Warning: no scancode found for keysym 27
¨ -> Warning: no scancode found for keysym 161
^ -> Warning: no scancode found for keysym 94
I hope I got everything.
Best,
Hans
--------
baldria:~/Qemu gucky$ sudo qemu -m 384 -n ifup.sh -hda debian.img -k de-ch
net.inet.ip.forwarding: 1 -> 1
00200 divert 8668 ip from 192.168.254.2 to any out xmit en1
00200 divert 8668 ip from any to any in recv en1
00100 divert 8669 udp from 192.168.254.2 to 192.168.254.1 53 in recv tap0
00100 divert 8669 udp from any 53 to 192.168.254.2 out xmit tap0
Warning: no scancode found for keysym 164
Warning: no scancode found for keysym 161
Warning: no scancode found for keysym 94
Warning: no scancode found for keysym 160
Warning: no scancode found for keysym 310
--
http://fangorn.ch
http://fangorn.ch/wcal/month.php?cal=HFComplete
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-12-14 13:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-10 7:57 [Qemu-devel] Keymap Problem: Host: OSX, Guest: Linux Hans Fuchs
2004-12-10 14:33 ` Johannes Schindelin
2004-12-11 17:37 ` Karl Magdsick
2004-12-11 18:46 ` Johannes Schindelin
2004-12-12 17:00 ` Fabrice Bellard
2004-12-14 13:42 ` [Qemu-devel] " Hans Fuchs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).