https://github.com/farzd/keydox
Always on and on top visual key map for ergodox
https://github.com/farzd/keydox
desktop-application electron ergodox ergodox-ez
Last synced: about 1 year ago
JSON representation
Always on and on top visual key map for ergodox
- Host: GitHub
- URL: https://github.com/farzd/keydox
- Owner: farzd
- License: cc0-1.0
- Created: 2020-02-09T14:25:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T12:55:09.000Z (almost 6 years ago)
- Last Synced: 2024-11-05T09:44:57.541Z (over 1 year ago)
- Topics: desktop-application, electron, ergodox, ergodox-ez
- Language: JavaScript
- Homepage:
- Size: 1.25 MB
- Stars: 29
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Keydox
```bash
# Install dependencies
npm install
# Run the app
npm start
```
Grab your layout ['Print this layout'] PDF from the oryx website [https://configure.ergodox-ez.com/ergodox-ez/layouts]
drag the PDF into photoshop with the default settings (see below), remove the white background, trim the image and replace the PNG in the 'keydox/images' folder, if your PDF is two pages like mine, you will have to stitch it into one image with the same padding.
'margin-top' css property is used to show various parts of the image sprite, configurable in 'html/css' folder.
```
#toggle keyboard
CMD+)
#toggle map1
CMD+1
#toggle map2
CMD+2
#toggle map3
CMD+3
#toggle map4
CMD+4
```

