Skip to content

Instantly share code, notes, and snippets.

@0D1NTR33
Last active February 24, 2023 10:37
Show Gist options
  • Save 0D1NTR33/96af8453c696a53f78449837510fc9ed to your computer and use it in GitHub Desktop.
Save 0D1NTR33/96af8453c696a53f78449837510fc9ed to your computer and use it in GitHub Desktop.
Em dash (long dash, long tiret, длинное тире) symbol macros for A4TECH mouse
<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>
@0D1NTR33
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment