z0mgItsJohn Posted February 3, 2008 Posted February 3, 2008 (edited) Well.. When You Use HotKeySet And For Say You Set A To A Function And Then Open Notepad And Type A A Will Not Appear In Notepad.. Well.. If Your Using _IsPressed And Press A In Notepad.. The Function Is Called And A Will Appear In Notepad.. So.. Heres What I Got So Far. _HotKeySet.au3 #Include <Misc.au3> Func _HotKeySet ($HexKey, $Function) While 1 If _IsPressed ($HexKey) Then Call ($Function) ExitLoop EndIf WEnd EndFunc Please Tell Me What You Think And Any Ideals Are Questions You Might Have Edited February 3, 2008 by John2006 Latest Projects :- New & Improved TCP Chat
z0mgItsJohn Posted February 3, 2008 Author Posted February 3, 2008 Sorry For Having To Edit It 10000000 Times Lol It Kept On Screwing Up... :3 Latest Projects :- New & Improved TCP Chat
z0mgItsJohn Posted February 3, 2008 Author Posted February 3, 2008 Heres The Example -- Works 100% #Include <_HotKeySet.au3> _HotKeySet ("41", "_Test") ; HexKey 41 Is 'A' / _Test Is The Function That Will Be Called. Func _Test () MsgBox (0, "Test" , "Test" ,0) Exit EndFunc Latest Projects :- New & Improved TCP Chat
MrCreatoR Posted February 3, 2008 Posted February 3, 2008 I do not want to disappoint you or anything, but you can set hotkey and still send the character...HotKeySet("{ESC}", "Quit") ;So we be able to exit from the loop HotKeySet("a", "a_Func") While 1 Sleep(100) WEnd Func a_Func() HotKeySet(@HotKeyPressed) Send(@HotKeyPressed) HotKeySet(@HotKeyPressed, "a_Func") ;Do here whatever you need ;) ConsoleWrite("Just a notification from a_Func() ;)" & @LF) EndFunc Func Quit() Exit EndFunc P.SDon't you tired from typing every word with first char in Upper Case? - I guess that your Shift key is never "rest" ย Spoiler Using OS: Win 7 Professional, Using AutoIt Ver(s): 3.3.6.1 / 3.3.8.1 ย AutoIt Russian Community My Work... Spoiler Projects:ย ATT - Application Translate Toolย {new}|ย BlockIt - Block files & foldersย {new}|ย SIP - Selected Image Previewย {new}|ย SISCABMAN - SciTE Abbreviations Managerย {new}|ย AutoIt Path Switcherย |ย AutoIt Menu for Opera!ย |ย YouTube Download Center!ย |ย Desktop Icons Restoratorย |ย Math Tasksย |ย KeyBoard & Mouse Cleanerย |ย CaptureIt - Capture Images Utilityย |ย CheckFileSize ProgramUDFs:ย OnAutoItErrorRegister - Handle AutoIt critical errorsย {new}|ย AutoIt Syntax Highlightย {new}|ย Opera Library!ย |ย Winamp Libraryย |ย GetFolderToMenuย |ย Custom_InputBox()!ย |ย _FileRun UDFย |ย _CheckInput() UDFย |ย _GUIInputSetOnlyNumbers() UDFย |ย _FileGetValidName() UDFย |ย _GUICtrlCreateRadioCBox UDFย |ย _GuiCreateGrid()ย |ย _PathSplitByRegExp()ย |ย _GUICtrlListView_MoveItems - UDFย |ย GUICtrlSetOnHover_UDF!ย |ย _ControlTab UDF!ย |ย _MouseSetOnEvent() UDF!ย |ย _ProcessListEx - UDFย |ย GUICtrl_SetResizing - UDF!ย |ย Mod. for _IniString UDFsย |ย _StringStripChars UDFย |ย _ColorIsDarkShade UDFย |ย _ColorConvertValue UDFย |ย _GUICtrlTab_CoverBackgroundย |ย CUI_App_UDFย |ย _IncludeScripts UDFย |ย _AutoIt3ExecuteCodeย |ย _DragList UDFย |ย Mod. for _ListView_Progressย |ย _ListView_SysLinkย |ย _GenerateRandomNumbersย |ย _BlockInputExย |ย _IsPressedExย |ย OnAutoItExit Handlerย |ย _GUICtrlCreateTFLabel UDFย |ย WinControlSetEvent UDFย |ย Mod. for _DirGetSizeEx UDFย Examples:ย ScreenSaver Demo - Matrix includedย |ย Gui Drag Without pause the scriptย |ย _WinAttach()!ย |ย Turn Off/On Monitorย |ย ComboBox Handler Exampleย |ย Mod. for "Thinking Box"ย |ย Cool "About" Boxย |ย TasksBar Imitation Demo Like the Projects/UDFs/Examples? Please rate the topic (up-right corner of the post header: Rating ) * === My topics === * ================================================== ================================================== ย ย ย AutoIt is simple, subtle, elegant. ยฉ AutoIt Team
Achilles Posted February 3, 2008 Posted February 3, 2008 Well.. When You Use HotKeySet And For Say You Set A To A Function And Then Open Notepad And Type A A Will Not Appear In Notepad.. Well.. If Your Using _IsPressed And Press A In Notepad.. The Function Is Called And A Will Appear In Notepad.. So.. Heres What I Got So Far. _HotKeySet.au3 #Include <Misc.au3> Func _HotKeySet ($HexKey, $Function) While 1 If _IsPressed ($HexKey) Then Call ($Function) ExitLoop EndIf WEnd EndFunc Please Tell Me What You Think And Any Ideals Are Questions You Might Have Also that will probably call the function about half a billion times... If I remember from my use of _IsPressed... My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
z0mgItsJohn Posted February 3, 2008 Author Posted February 3, 2008 (edited) No.. The Exit Loop Fixs The _IsPressed Bug Try It Your Self! Edited February 3, 2008 by John2006 Latest Projects :- New & Improved TCP Chat
Achilles Posted February 3, 2008 Posted February 3, 2008 No.. The Exit Loop Fixs The _IsPressed Bug Try It Your Self!Well, your example works. But you main loop is completely consumed by the _Hotkeyset() function. If you have a loop that is supposed to do other things it won't work very well. Also, your example can only go once and then exit. So you basically set a hotkey, get stuck in an loop until you press the hotkey, and then when you press the hotkey you can continue using your program. My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Fabry Posted February 3, 2008 Posted February 3, 2008 You can't combime more key (Alt+Shift+Ctrl+A). You must insert 4 _IsPressed, "if _IsPressed($hexkey) And _IsPressed($hexkey2) And _IsPressed($hexkey3) And _IsPressed($hexkey4) THen". A lan chat (Multilanguage)LanMuleFile transferTank gameTank 2 an online game[center]L'esperienza รจ il nome che tutti danno ai propri errori.Experience is the name everyone gives to their mistakes.Oscar Wilde[/center]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now