Hi! What about the ö and ä keys? Should they behave the same way? (note that these keys and the ü key are marked as NOCAPS in your layout file). Regards Johannes Olofsson
Från: Roman Hoegg roman.hoegg@unisg.ch Till: ros-dev@reactos.com Rubrik: [ros-dev] added a proposed patch to bugzilla Datum: Wed, 23 Feb 2005 22:58:02 +0100
Hello everybody!
I've been a long time lurker and have decided to finaly contribute something to this wonderful project.
quick introduction: 29, male, research assistent at the University of St. Gallen (Switzerland), some C/C++ knowledge (but not enough for serious contributions to an OS)
I'm in the process of creating a keyboard layout (it's nearly finished) and have run into a problem which I posted in bugzilla. I was told on #reactos that this is the way to do it.
http://reactos.com/bugzilla/show_bug.cgi?id=509
would be cool if someone with experience with keyboard layouts could give me a tip.
thanks!
Roman Hoegg (RomanH)_______________________________________________
Ros-dev mailing list
Ros-dev@reactos.com
http://reactos.com:8080/mailman/listinfo/ros-dev
Otur i kärlek - http://www.spray.se/spel Tur i kärlek - http://www.spraydate.com
What about the ö and ä keys? Should they behave the same way?
yes that's true (the ü was just an example)
note that these keys and the ü key are marked as NOCAPS in your layout file
yes that's true but I did that for a reason. I had two choices. Either have them act correctly when used with CAPS LOCK (äöü -> ÄÖÜ) or have them act correctly when used with SHIFT (äöü -> àéè). That's my problem. I can't set differentiate between SHIFT and CAPS LOCK.
Roman Högg
On Thu, 24 Feb 2005 15:51:38 +0100 Roman Hoegg roman.hoegg@unisg.ch wrote:
as NOCAPS in your layout file
yes that's true but I did that for a reason. I had two choices. Either can't set differentiate between SHIFT and CAPS LOCK.
I wasn't aware that NOCAPS could be different from SHIFT, so NOCAPS always implies shift in our current model. I'll try to fix it.