-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing keys to windows keyboard #48
Merged
Merged
Conversation
This file contains 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
catches the error detailed in my log on issue 30
Update RUN.bash
Fix running as root on linux This was added by @lyiriyah 3 days ago (just merged), but I added the link to the forums. Thanks!
* Prevent the '1' file from being created and install pyautogui * Try pynput instead (seems to be more stable) * Add item to the todo list for this branch * Simplyfy ms code * Reduce duped code * Remove that stupid keyboard lib * Update requirements * Root is not needed anymore * Not sure what is best to use * Works on windows * Undo that * Errors are no longer logged * Remove readme junk * Use pyautogui for the numpad * add test for Mk3 * Fixed conda env and version number * Update environment-build.yml * Fixed pyinstaller issues * Move requirements.txt to INSTALL * Test diff kb lib for windows * Nope * Prepare windows keyboard api * Add untested code for pressing keys * Add a lot of keycodes * Add numpad to unix * Implement keys that LPHK uses * Use pyautogui for writing strings * Add LPX support (#42) Launchpad X support and small changes * Made to use launchpad.py master branch * Add a few missing keys Co-authored-by: nimaid <ellagjameson@gmail.com> Co-authored-by: Malik Enes Şafak <e.maliksafak@gmail.com>
Closed
duncte123
added a commit
that referenced
this pull request
Jul 16, 2020
* Added CODE (#45) * Added CODE CODE function used to execute shell commands * Update scripts.py * Update scripts.py * Update scripts.py * Use master relase for LP.py * Fix error handling for commands * Change name for minimk3 * Add missing keys to windows keyboard (#48) * Add missing keys to windows keyboard * Fix mouse support Co-authored-by: Silencx <36223318+Silencx@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TODO: arrow keys seem to be taken from the numpad and not from the actual arrow keys