AutoHotkey Community

It is currently May 27th, 2012, 5:14 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: December 21st, 2010, 10:23 pm 
Offline

Joined: January 1st, 2005, 11:54 am
Posts: 75
Google docs has a bug: It requires hotkeys like ALT+CTRL+1, ALT+CTRL+2 etc. to assign paragraph styles. ALT+CTRL is the same als ALTGR (or "Right Alt") On non-english keyboards ALTGR plus number is mapped to special letters, signs or accents. Therefore it's impossible to use the paragraph style hotkeys in Google maps.

Is it possible to avoid that CTRL + ALT is mapped to ALTGR? How?

The obvious solution didn't work:
Code:
^!2::
send, {Ctrl}{Alt}2

It didn't work with sendinput or sendplay either.

Thanks
Boskoop


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 21st, 2010, 10:30 pm 
Offline

Joined: December 20th, 2010, 7:06 pm
Posts: 48
Location: Dayton, Ohio, USA
Code:
^!2::
send, {Ctrl}{LAlt}2


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 21st, 2010, 10:32 pm 
Offline

Joined: April 4th, 2008, 8:15 pm
Posts: 538
Location: Canada
If above doesn't work, maybe you could try variations of
Code:
^!2::
send, {Ctrl down}{Alt down}2{Ctrl up}{Alt up}


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 22nd, 2010, 8:44 pm 
Offline

Joined: January 1st, 2005, 11:54 am
Posts: 75
Thanks for answering. Unfortunately none of the scripts is working.

Boskoop


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], Google [Bot], XstatyK, Yahoo [Bot] and 70 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