AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Challenge of the week II

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat
View previous topic :: View next topic  
Author Message
BoBo
Guest





PostPosted: Sat Mar 05, 2005 10:09 pm    Post subject: Challenge of the week II Reply with quote

Maybe someone wants to create something similar with AHK !
[Keyboard Layout Manager]
Cool
Back to top
jonny



Joined: 13 Nov 2004
Posts: 3004
Location: Minnesota

PostPosted: Sat Mar 05, 2005 11:14 pm    Post subject: Reply with quote

An AHK layout manager would be feasible, but if it was in script form it would greatly suffer from needing the script running full-time. You'd also probably have trouble with other AHK scripts, etc. And during boot time your layout would be whacked. Something better would be a script that simply changes the layout in the registry and EnvUpdates.
Back to top
View user's profile Send private message
Titan



Joined: 11 Aug 2004
Posts: 5026
Location: imaginationland

PostPosted: Mon Mar 07, 2005 4:22 am    Post subject: Reply with quote

Lol the furthest I've got to with this:
Code:
Char_ASC = 0000
Loop, 255
{
Char_ASC += 1
Char_String = {ASC %Char_ASC%}
lstChar = %lstChar% %Char_String%
}
MsgBox, %lstChar%

Note: I didn't have any plan to gui this and there is an obvious problem there that you could look into yourself if you want to.
_________________

RegExReplace("irc.freenode.net/autohotkey", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2")
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group