AutoHotkey Community

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

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: June 8th, 2005, 6:45 pm 
Offline

Joined: June 4th, 2005, 12:03 pm
Posts: 17
Location: Göttingen
Dear Chris,
thanks for your excellent work. It´s a pleasure and a necessity to have -
can´t do without.
(Made so many LaTeX hotkeys comprising backslash and curly brackets - keys that are a bloody nuisance to enter on a German keyboard without ahk.)

Now I got a little problem, though.
Up till version 1.0.34.00 on my keyboard all of the following worked
Code:
^ö:: Send, {{}                 ;Send, {
^ä:: SendRaw, {                ;Send, {
^ü:: Send, ^!7                 ;Send, {

The last one I never use ´cause it makes a script keyboard layout dependent.

With version 1.0.35.xx some calamity must have happend.
Now the first two commands are broken :?, only the last one does still operate:
^ü:: Send, ^!7 ;Send, {

Further investigation shows, that a curly bracket gets lost, if it is the first char of a replacement string, e. g. Send, {{}enumerate{}} or Sendraw, {enumerate}

What about something like an ahk #directive that allows a return to the previous state of affairs?
Hajos


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 8th, 2005, 9:13 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Thanks for the details. I think this has been fixed in today's v1.0.35.07.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 9th, 2005, 1:18 pm 
Offline

Joined: June 4th, 2005, 12:03 pm
Posts: 17
Location: Göttingen
Wow that´s fast
thanks again for all your work
Hajos


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 3 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