Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Word
application.errors
conversions
docmanagement
drawing.graphics
formatting.longdocs
international
internet.assistant
mail
mailmerge.fields
menustoolbars
newusers
numbering
oleinterop
pagelayout
printingfonts
setup.networking
spelling.grammar
tables
vba.addins
vba.beginners
vba.customization
vba.general
vba.userforms
web.authoring
word6-7macros
word97vba
  
 
date: Sun, 24 Aug 2008 20:40:00 -0700,    group: microsoft.public.word.docmanagement        back       


customising keyboard in word - the backspace function   
hi, 
i need some assitance working out how to allocate a key for backspace that i 
can press with my left hand. i would ideally like to change the ` key (top 
left corner of the keyboard) to serve as a second backspace key.

i've tried going into the customise part of word - but there doesn't seem to 
be any command for backspace, so i can't allocate it.

i've also tried creating a macro that just does a backspace, but it won't 
let me allocate a single key - it has to be a double-key stroke, i.e. ctrl+`

cheers
date: Sun, 24 Aug 2008 20:40:00 -0700   author:   alisonpr

Re: customising keyboard in word - the backspace function   
You can't do this through Word, but you can remap any (or all) of the 
keyboard key settings through Windows. See
http://www.microsoft.com/downloads/details.aspx?FamilyID=8be579aa-780d-4253-9e0a-e17e51db2223&DisplayLang=en

-- 
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor -  Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>




alisonpr wrote:
> hi,
> i need some assitance working out how to allocate a key for backspace
> that i can press with my left hand. i would ideally like to change
> the ` key (top left corner of the keyboard) to serve as a second
> backspace key.
>
> i've tried going into the customise part of word - but there doesn't
> seem to be any command for backspace, so i can't allocate it.
>
> i've also tried creating a macro that just does a backspace, but it
> won't let me allocate a single key - it has to be a double-key
> stroke, i.e. ctrl+`
>
> cheers
date: Mon, 25 Aug 2008 07:12:21 +0300   author:   Graham Mayor

Re: customising keyboard in word - the backspace function   
brilliant - thanks heaps!

although - my apologies, i'm not a complete technophobe, but i've downloaded 
and installed this program, spent an hour reading through the help function 
and attempting a variety of different procedures with it (inlcuding loading 
my existing keyboard layout, and pressing the ` button a couple of times and 
a few other more tricky things), and i still for the life of me can't figure 
out how to turn my ` key into a backspace key.

sorry graham... any more tips?

"Graham Mayor" wrote:

> You can't do this through Word, but you can remap any (or all) of the 
> keyboard key settings through Windows. See
> http://www.microsoft.com/downloads/details.aspx?FamilyID=8be579aa-780d-4253-9e0a-e17e51db2223&DisplayLang=en
> 
> -- 
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Graham Mayor -  Word MVP
> 
> My web site www.gmayor.com
> Word MVP web site http://word.mvps.org
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> 
> 
> 
> 
> alisonpr wrote:
> > hi,
> > i need some assitance working out how to allocate a key for backspace
> > that i can press with my left hand. i would ideally like to change
> > the ` key (top left corner of the keyboard) to serve as a second
> > backspace key.
> >
> > i've tried going into the customise part of word - but there doesn't
> > seem to be any command for backspace, so i can't allocate it.
> >
> > i've also tried creating a macro that just does a backspace, but it
> > won't let me allocate a single key - it has to be a double-key
> > stroke, i.e. ctrl+`
> >
> > cheers 
> 
> 
>
date: Sun, 24 Aug 2008 23:04:01 -0700   author:   alisonpr

Re: customising keyboard in word - the backspace function   
...do i need the code point(s) for the backspace key?

like, the code for ` seems to be U+0060...

?

"alisonpr" wrote:

> brilliant - thanks heaps!
> 
> although - my apologies, i'm not a complete technophobe, but i've downloaded 
> and installed this program, spent an hour reading through the help function 
> and attempting a variety of different procedures with it (inlcuding loading 
> my existing keyboard layout, and pressing the ` button a couple of times and 
> a few other more tricky things), and i still for the life of me can't figure 
> out how to turn my ` key into a backspace key.
> 
> sorry graham... any more tips?
> 
> "Graham Mayor" wrote:
> 
> > You can't do this through Word, but you can remap any (or all) of the 
> > keyboard key settings through Windows. See
> > http://www.microsoft.com/downloads/details.aspx?FamilyID=8be579aa-780d-4253-9e0a-e17e51db2223&DisplayLang=en
> > 
> > -- 
> > <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> > Graham Mayor -  Word MVP
> > 
> > My web site www.gmayor.com
> > Word MVP web site http://word.mvps.org
> > <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> > 
> > 
> > 
> > 
> > alisonpr wrote:
> > > hi,
> > > i need some assitance working out how to allocate a key for backspace
> > > that i can press with my left hand. i would ideally like to change
> > > the ` key (top left corner of the keyboard) to serve as a second
> > > backspace key.
> > >
> > > i've tried going into the customise part of word - but there doesn't
> > > seem to be any command for backspace, so i can't allocate it.
> > >
> > > i've also tried creating a macro that just does a backspace, but it
> > > won't let me allocate a single key - it has to be a double-key
> > > stroke, i.e. ctrl+`
> > >
> > > cheers 
> > 
> > 
> >
date: Sun, 24 Aug 2008 23:10:02 -0700   author:   alisonpr

Re: customising keyboard in word - the backspace function   
The code for the backspace key would be Hex 8 or U+0008 but unfortunately 
while the tool marks the key as backspace, it doesn't actually work like a 
backspace in the test area, so it appears that this tool may not suit your 
needs.

You can remap the keys in the registry, though finding the key codes to 
enter is a bit of a trial - though there is a reference out there. 
http://www.usnetizen.com/fix_capslock.php, but I have not had time to wade 
through it. In any case it has its own support so you could ask there.

In the meantime I found a link that uses this method to remap BS to CapsLock 
which may work for you? 
http://michaeljaylissner.com/blog/remap-caps-lock-as-backspace It includes a 
registry patch that will do the job for you, and if you find the correct 
code for the ` key you can substitute that in the registry patch and use 
that key instead. This is however way off topic for this forum.

-- 
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor -  Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>



alisonpr wrote:
> ...do i need the code point(s) for the backspace key?
>
> like, the code for ` seems to be U+0060...
>
> ?
>
> "alisonpr" wrote:
>
>> brilliant - thanks heaps!
>>
>> although - my apologies, i'm not a complete technophobe, but i've
>> downloaded and installed this program, spent an hour reading through
>> the help function and attempting a variety of different procedures
>> with it (inlcuding loading my existing keyboard layout, and pressing
>> the ` button a couple of times and a few other more tricky things),
>> and i still for the life of me can't figure out how to turn my ` key
>> into a backspace key.
>>
>> sorry graham... any more tips?
>>
>> "Graham Mayor" wrote:
>>
>>> You can't do this through Word, but you can remap any (or all) of
>>> the keyboard key settings through Windows. See
>>> http://www.microsoft.com/downloads/details.aspx?FamilyID=8be579aa-780d-4253-9e0a-e17e51db2223&DisplayLang=en
>>>
>>> --
>>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>>> Graham Mayor -  Word MVP
>>>
>>> My web site www.gmayor.com
>>> Word MVP web site http://word.mvps.org
>>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>>>
>>>
>>>
>>>
>>> alisonpr wrote:
>>>> hi,
>>>> i need some assitance working out how to allocate a key for
>>>> backspace that i can press with my left hand. i would ideally like
>>>> to change the ` key (top left corner of the keyboard) to serve as
>>>> a second backspace key.
>>>>
>>>> i've tried going into the customise part of word - but there
>>>> doesn't seem to be any command for backspace, so i can't allocate
>>>> it.
>>>>
>>>> i've also tried creating a macro that just does a backspace, but it
>>>> won't let me allocate a single key - it has to be a double-key
>>>> stroke, i.e. ctrl+`
>>>>
>>>> cheers
date: Mon, 25 Aug 2008 11:25:02 +0300   author:   Graham Mayor

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us