Search the Community
Showing results for tags 'keyboard'.
-
I/O Port Functions UDF Windows 7 and x64-compatible! This is a simple I/O (Input/Output) UDF for interacting with ports. The ability to write to ports was stripped from Windows with Vista+. While many do not miss this ability, there are some uses still in existence: Re-enable the internal PC Spea...
-
Hi AutoIt Programmers!, I just looking for a way to change entered keys in English to Russian keys and reverse, i must clear for you to understand. For example: I write keys on keyboard and i forgot to change input language and then the result will be: Dkflbvbh (Thing we write in fa...
-
Hello, need help to remap '<' button and SHIFT+'<' I made a little editor that allows to my users to write using proprietary codes. In production we have 2 keys/symbols that i want to 'emulate'. So, when is press on my keyboard : < = « SHIFT+< = » Try to use help example _IsPressed :...
-
Hi All, I've bought a Ergodox EZ programmable keyboard with layers of key maps (eg, layer 0 = dvorak, layer 1 = numberpad & nav, layer 2 = qwerty, etc), I've also got a small USB screen that can pull information from the registry. What I would like to determine is a way to pull the value of eac...
-
Example of Subclassing listviews using setwindowSubclass in order to intercept WM_KEYUP events Also pops context menu on Shift + F10 #include <Misc.au3> #include <ListViewConstants.au3> #include <GUIConstants.au3> #include <GuiMenu.au3> #include <WinAPIShellEx.au3> Global $g_hCB,...
-
I have a situation where the desktop is designed in java swings. The nodes JTree is not allowing me to do checkbox selection using "spacebar". I am able to navigate through the nodes using up, down arrow and a tab. When I reach to the desire node selection, mouse left click is not working due a flaw...
-
Hi guys, I've seen the @kblayout macro, but the information I'm after is the keyboard layout (aka "Input Method") so I can detect if I'm using "US Keyboard" or "United States-Dvorak Keyboard" rather than 00000c09 or 00000409 which relate to languages such as EN AU or EN US for example. For...
-
Hi, First of all I would like say infinite thanks to the team involved in designing this great tool. Here is my problem 1. Press windows button 2. ESC 3. TAB 4. It will take me to the first pinned icon in the taskbar 5. If I I do SHIFT F10 which usually opens conte...
-
Hi There, I'm currently rebinding some of my keys (multimedia ones) and I have two keys that handle the Zoom (+ & -) (just after the calc key) I looked everywhere (in the help file and on Google) but I was not able to find the matching code. Do some of you could have a little idea on how to get...
-
Here's a hacky script I made to make the music key on my keyboard click the back button on my Chrome browser. You need to compile the script in to an exe, and associate "cda" file extension to the executable. Note- this also means you can reassign the music key on your keyboard to whatever executa...
-
Hello, I am trying to create an input box that when a user types something like the character "." that it will prevent that character from entering the input box and display a message stating why the input was prevented. Something like what $ES_NUMBER style does for the input box, but for a floati...
-
I have a shortcut in the startup group to: "c:\Program Files (x86)\Internet Explorer\iexplore.exe" -k http://whatever.com/hello.html This page does nothing but load a flash object which includes a text field for searching. Now all I'm trying to do is detect when somebody taps or clicks on any edit...
-
Hi These example apps can be used to lock the keyboard and mouse (useful for test automation). I've also included a Toddler/Child Lock app which lets them press some keys A-Z and 0-9 and move the mouse and plays a sound. Its uses BlockInputEx UDF Most example ALT+ESC to end enjoy KeyB...
-
I always knew I'd have to write a configure joystick routine to record and return desired user input to be used for player controls. This example UDF is mainly to help people just getting started, who have never written a configure joystick routine. but it's also a dialog that will setup and load c...
- 2 replies
-
- SDL
- Configure Controls
-
(and 2 more)
Tagged with:
-
Hello guys I would like to be able to change songs on spotify using shourtcuts on my keyboard due to the fact i don't own a keyboard with extra keys providing this feature. Therefor I've made a script binding my keys to make this possible, but i have a few issues and I think there is a easier or b...
-
I am creating a GUI that uses mostly GDI work, and a few standard controls. This is the same one that I posted about >before. When my GUI has focus, I want to watch for the user to press the numbers 1-9. I do not want to monitor keyboard input when the GUI does not have focus. There are multiple way...
-
IsPressed_UDF is based on original _IsPressed function. Description : -This udf can detect if some keys are pressed by user on keyboard or mouse. -IsPressed functions extend possibility to choice keys to check. -Keys are specified in functions by their hexadecimal number, ['0D' = 'ENTER'] you c...
- 104 replies
-
- _ispressed
- key
-
(and 2 more)
Tagged with:
-
Hello. How can I toggle Caps Lock mode other way than Send("{CAPSLOCK on/off/toggle}")? The problem is about Caps Lock button binded to other button from registry.