2o4o6o8o Posted July 16, 2021 Posted July 16, 2021 Maybe this is a simple question...., but I just haven't found the solution.🤢 I set "a" as my hotkey to start the script. However, I found while I press "Shift"+"a" or "Ctrl"+"a", it just doesn't work. Does anyone know how to solve this? Thanks.
Nine Posted July 16, 2021 Posted July 16, 2021 HotKeySet("a", _DoIt) HotKeySet("^a", _DoIt) HotKeySet("+a", _DoIt) “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
2o4o6o8o Posted July 16, 2021 Author Posted July 16, 2021 Oh, thanks for that method. It just really solve that indeed. But, just for curiosity, does it just forbidden the hotkey while pressing "shift" or "ctrl"?
Nine Posted July 16, 2021 Posted July 16, 2021 What do you mean by forbidden ? “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
2o4o6o8o Posted July 16, 2021 Author Posted July 16, 2021 For example, I press "shift" and my hotkey together, and it makes that hotkey disable.
Nine Posted July 16, 2021 Posted July 16, 2021 No it will not disable the hotkey. Show the code you have. “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
2o4o6o8o Posted July 16, 2021 Author Posted July 16, 2021 Hotkeyset('a','Hotkey') While 1 = 1 WEnd Func Hotkey() ... What I mean is If I stroke "a", it works perfectly. However, I stroke "shift" + "a", it just no response.
Nine Posted July 16, 2021 Posted July 16, 2021 Yes I know. I already told you how to solve this issue ! What do you want more ? “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
2o4o6o8o Posted July 16, 2021 Author Posted July 16, 2021 No.... Just curiosity Thanks for your help~~
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