Hi!
The CAPS constant is defined to be KSHIFT, which if I understand this correct means that the shifted value is used when caps lock is used.
Try to change the line :
/* none, shift, ctrl-alt, ctrl, ctrl-shift */
{ VK_OEM_7, NOCAPS, 0xe4, 0xe0, 0x7b, WCH_NONE, 0x00 }, /* ä à { */
to:
{ VK_OEM_7, KCTRL, 'code for ä', 'code for à', 0x7b, 'code for Ä', 'code for À }, /* ä à { */
in order to use the ctrl and ctrl-shift states for caps lock for this key.
I don't have a test environment set up at the moment to test this, but it is possible that windows uses something like this.
Regards
Johannes Olofsson
> Från: art yerkes <ayerkes(a)speakeasy.net>
> Till: ReactOS Development List <ros-dev(a)reactos.com>
> Rubrik: Re: [ros-dev] added a proposed patch to bugzilla
> Datum: Tue, 1 Mar 2005 12:23:52 -0600
> <pre>On Thu, 24 Feb 2005 15:51:38 +0100
> Roman Hoegg <roman.hoegg(a)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.
> --
10 Gigabyte Mailbox - http://mail.spray.se
Date : Wed, 2 Mar 2005 12:46:30 +0100
Subject : [ros-dev] RE: [ros-diffs] [ea] 13792: Fix SM\Subsystems\Required
andSM\Subsystems\Optional.
Casper> Why is it needed to expand the unicode characters to hex?
With value type 0x00070000 I get garbage from the SM when I pick up the Required
names. If there is a way to make a REG_MULTI_SZ with a string, I'd be happy.
ea
____________________________________________________________
Navighi a 2 MEGA e i primi 3 mesi sono GRATIS.
Scegli Libero Adsl Flat senza limiti su http://www.libero.it
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(a)unisg.ch>
> Till: ros-dev(a)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(a)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
There is no need to commit to check that. You can use "svn info".
Casper
> -----Original Message-----
> From: ros-svn-bounces(a)reactos.com
> [mailto:ros-svn-bounces@reactos.com] On Behalf Of ion(a)svn.reactos.com
> Sent: 28. februar 2005 17:45
> To: ros-svn(a)reactos.com
> Subject: [ros-svn] [ion] 13776: Test commit. Not official
> branch release --it will follow shortly in 15 minutes. If
> this ends up in HEADi will revert immediately (i have svn
> switched so it shouldn't)
>
> Test commit. Not official branch release -- it will follow
> shortly in 15 minutes. If this ends up in HEAD i will revert
> immediately (i have svn switched so it shouldn't)
Hi everyone,
Firstly, it seems our explorer doesn't load in WXP anymore. Looks like
we are directly importing NtGdiBitBlt (undocumented function) instead of
relying on BitBlt. I don't see any need to use undocumented native API
in explorer... I've also heard that it's impossible to built it with
msvc because of numerous (43) template errors. Bizzeh on IRC knows more
about this.
Secondly, I've tried out the new wallpaper changing, and it crashes on
my build, inside win32k. I am running qemu + optimized build...can
anyone else repro? I will try other BMPs to make sure mine isn't
corrupted (which still means there' s a bug).
Best regards,
Alex Ionescu
You need to revert that change and merge the wine changes
to the vendor branch instead and then merge them back to trunk.
This is so we keep wine and ReactOS changes separate from each
other.
GvG has a tutorial somewhere I believe?
Casper
> -----Original Message-----
> From: ros-svn-bounces(a)reactos.com
> [mailto:ros-svn-bounces@reactos.com] On Behalf Of
> sedwards(a)svn.reactos.com
> Sent: 27. februar 2005 23:56
> To: ros-svn(a)reactos.com
> Subject: [ros-svn] [sedwards] 13772: merge in Winehq
> changes to reduce noise
>
> merge in Winehq changes to reduce noise
>
>
> Updated files:
> trunk/reactos/tools/widl/ChangeLog
> trunk/reactos/tools/widl/parser.y
> trunk/reactos/tools/widl/server.c
> trunk/reactos/tools/widl/typelib.c
> trunk/reactos/tools/widl/widl.c
> trunk/reactos/tools/widl/widl.h
> trunk/reactos/tools/widl/y.tab.c
>
> Deleted files:
> trunk/reactos/tools/widl/client.h
> trunk/reactos/tools/widl/proxy.h
> trunk/reactos/tools/widl/server.h
>
> _______________________________________________
> Ros-svn mailing list
> Ros-svn(a)reactos.com
> http://reactos.com:8080/mailman/listinfo/ros-svn