AutoHotkey Community

It is currently May 27th, 2012, 12:02 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: A::B remmaping...
PostPosted: November 29th, 2005, 12:05 pm 
Offline

Joined: June 11th, 2005, 9:34 am
Posts: 264
Location: England ish
I dont know if this acctually is a bug or intended, however.

i got my CaplsLock remaped to backspace(extreemly handy),
however things like Control and Caps don't delete entire words...
i have to use ^CapsLock::Send, ^BS
it doesnt bother me much, just wanned to find out..
:?

_________________
::
I Have Spoken
::


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: A::B remmaping...
PostPosted: November 29th, 2005, 2:08 pm 
Offline

Joined: February 7th, 2005, 11:11 am
Posts: 192
Location: Munich, Germany
TheLeO wrote:
^CapsLock::Send, ^BS


Sometimes this may work better:
Code:
^Capslock::send, {ctrldown}{bs}{ctrlup}

Works!

_________________
Peter

Wisenheiming for beginners: KaPeGe (German only, sorry)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 30th, 2005, 12:54 pm 
that didnt really answer the question?
the ^BS works fine, i use the down and ups some times but this isn't the case ..... -.-??


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 30th, 2005, 1:14 pm 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
Hi TheLeO,

I think this isn't a bug. Since you have to specify a "*" to fire the hotkey with an extra modifier key, and you have to specify "blind" to use that modifier.
To have the functionality you want, I guess you have to use this:
Code:
*CapsLock::Send, {Blind}BS

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 30th, 2005, 2:30 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
I tested the Capslock::Backspace remapping on my system and it does allow Control+Capslock to work the same as Control+Backspace, at least in Metapad and Word. If it doesn't work for you, I'm not sure what the problem could be.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 2nd, 2005, 9:51 am 
Offline

Joined: June 11th, 2005, 9:34 am
Posts: 264
Location: England ish
Code:
*CapsLock::Send, {Blind}BS

you forgot to put BS into brakets {BS} but despite that it works fine now
thanx :D

_________________
::
I Have Spoken
::


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 22 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group