Re-mapping <Shift-CapsLock> to <CapsLock>
I can turn <CapsLock> key into <Control> using
remove Lock = Caps_Lock
add Control = Caps_Lock
But, this applies to all modifiers, so I in fact lose CapsLock
functionality. I would like to access CapsLock function by
<Shift-CapsLock>. How do I do that?
--
William Park <opengeometry@xxxxxxxx>, Toronto, Canada
BashDiff: Super Bash shell
http://freshmeat.net/projects/bashdiff/
.
Relevant Pages
- Re: HELP I am about to quit on AS2005
... I miss Undo/Redo functionality in VS2005. ... make comlex involving stuff a breeze, but at the expense of control on the ... I feel the MDX syntax needs more ... SQL server manager managegement studio and MDX for data access. ... (microsoft.public.sqlserver.olap) - Re: Moving MsgBox
... you need to provide the same functionality which includes ... The taskswapper is a fully functional, ... necessary to use it as an OCX, and compiled the AX control. ... Memory footprint or combined file sizes? ... (microsoft.public.vb.general.discussion) - RE: [Full-Disclosure] Psexec on *NIX
... >> So you want all the functionality of psexec without installing psexec? ... >> You want to remote control any windows machine from your linux laptop? ... > not full control but just enough to start one program which would be run and copied on the targer machine only when the source machine has a username / passwd combo ... (Full-Disclosure) - Re: Drawing lines - another noob question
... It's a difficult question to answer regarding OOP. ... At the simplest level OOP combines the two so data and functionality exist ... Interfaces allow you to control polymorphism so that you don't create huge ... I was finally able to get the picturebox writing method to work. ... (microsoft.public.dotnet.languages.csharp) - Re: Basic
... would be considered "extra" functionality in VB that is built directly ... For example, there are control arrays, ... REALbasic newsgroup about the new IDE. ... I had no pressing need at the time to target the ... (comp.lang.basic.visual.misc) |
|