Last active
February 24, 2023 10:37
-
-
Save 0D1NTR33/96af8453c696a53f78449837510fc9ed to your computer and use it in GitHub Desktop.
Em dash (long dash, long tiret, длинное тире) symbol macros for A4TECH mouse
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Root> | |
<DefaultMacro> | |
<Major></Major> | |
<Description>Write the long dash | |
</Description> | |
<Comment>DASH | |
</Comment> | |
<GUIOption> | |
<RepeatType>0</RepeatType> | |
</GUIOption> | |
<KeyUp> | |
<Syntax></Syntax> | |
</KeyUp> | |
<KeyDown> | |
<Syntax> | |
// It is your new script below. | |
//------------------- | |
//there are three ways to create the script. | |
//1. Insert functions from top and left panels. | |
//2. Record both mouse and keyboard movements using record button. | |
//3. Input with either keyboard panel below or your actual keyboard. | |
KeyDown 266 1 | |
Delay 32 ms | |
KeyDown 98 1 | |
Delay 32 ms | |
KeyUp 98 1 | |
Delay 32 ms | |
KeyDown 89 1 | |
Delay 32 ms | |
KeyUp 89 1 | |
Delay 32 ms | |
KeyDown 93 1 | |
Delay 32 ms | |
KeyUp 93 1 | |
Delay 32 ms | |
KeyDown 89 1 | |
Delay 32 ms | |
KeyUp 89 1 | |
Delay 32 ms | |
KeyUp 266 1</Syntax> | |
</KeyDown> | |
<Software>Any text field | |
</Software></DefaultMacro> | |
</Root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this file to your A4TECH folder, as example to:
C:\Program Files (x86)\G10 Multi-Mode\ScriptsMacros\Russian\MacroLibrary
Then just choose it from the software as a macros file.