https://github.com/retorillo/emit-x
Emit X allows to assign keyboard shortcut to Surface Pen Button (click, double click, press and hold). Good for digital-painting.
https://github.com/retorillo/emit-x
surface surface-pen
Last synced: about 1 year ago
JSON representation
Emit X allows to assign keyboard shortcut to Surface Pen Button (click, double click, press and hold). Good for digital-painting.
- Host: GitHub
- URL: https://github.com/retorillo/emit-x
- Owner: retorillo
- License: mit
- Created: 2017-07-15T12:06:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T00:08:54.000Z (about 5 years ago)
- Last Synced: 2025-03-21T15:54:09.758Z (about 1 year ago)
- Topics: surface, surface-pen
- Language: C++
- Homepage:
- Size: 258 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emit X
[](https://ci.appveyor.com/project/retorillo/emit-x)
Emit X allows to assign keyboard shortcut to Surface Pen Button (click, double
click, press and hold). Good for digital-painting.
Duplicate `x64\emit-x.exe` (for 64bit) or `x86/emit-x.exe` (for 32bit), and
change its name as below, finally register as "Launch as classic app" on "Pen
and Windows Ink" setting.
- To assign `B` key, change to `emit-b.exe`
- To assign `F11` key, change to `emit-f11.exe`
- To assign `Alt + Ctrl + Z` key combination, change to `emit-alt-ctrl-z.exe`
- To assign `Windows + PrintScreen` key combination, change to `emit-win-prtscr.exe`
Name is case-insensitive. Currently, supports the following keys and its combinations:
- Modifiers keys `Ctrl` (or `Ctl`), `Alt`, `Shift`
- Windows Key `Win` (or `Windows`)
- Function keys `F1`-`F20`
- Home and End Keys `Home`, `End`
- Page Up and Down Keys `PageUp`, `PageDown`
- Directional Keys `Left`, `Right`, `Up`, `Down`
- Numerical keys `0` - `9`
- Alphabetical keys `A` - `Z`.
- Print Screen Key `PrintScreen` (or `PrtScr`, `PrtScreen`, `PrintScr`)
- Delete and Backspace key `Delete` (or `Del`), `Backspace` (or `BS`, `Back`)
- Escape key `Escape` or `ESC`
- Spacebar `Space`
- Enter key `ENTER` (or `ENT`)
- Tab key `Tab`
This is "workaround" app. I'm expecting Microsoft implement genuine feature.
Tested on Surface Pro 4 + Windows 10 + Photoshop CC. Works on Windows 8.1 and later.
## Downloads
Executable file is no longer included in this repository. Please download at:
- [Github Releases](https://github.com/retorillo/emit-x/releases) (Recommended)
- [AppVeyor Artifacts](https://ci.appveyor.com/project/retorillo/emit-x)
## License
MIT License
Copyright (C) 2017-2021 Retorillo