Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T12:55:09.000Z (over 4 years ago)
- Last Synced: 2024-08-02T15:11:38.813Z (3 months 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
```
![screenshot](https://user-images.githubusercontent.com/1423413/74104287-d1c05d80-4b85-11ea-84f0-c19227b0fc9a.png)![PSD setting](https://user-images.githubusercontent.com/1423413/80204632-6d288100-8653-11ea-8c22-ba82a59bb6fc.png)