-
Notifications
You must be signed in to change notification settings - Fork 15
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
unable to print ">" or "<" symbols #1
Comments
For me at least, when told to print "/" or "|" it does not print the correct characters. Instead of "/" it prints "&" and instead of "|" it prints "¡". Also, "=" turns to ")" and "_" turns to "-" |
did you try adjust your keyboard layout at /etc/raspiducky/keyboard_layouts/current.py? Those symbols are well printed , looks like you only need to change it for your layout, by example, currently "|" is "right-alt 1", is good that combo for your layout? if not just change it |
in the other hand, there is a workaround when a symbol can't be printed, just convert your string to base64, by example for run a reverse shell when you are unable to print < or > :
You can:
And run that with raspiducky:
|
Thanks. That fixed the problem. But for some reason capital letters print as lowercase. Any idea why? |
hmmm, maybe...i have to take a look later , but i think you are right and that problem with capital letters needs to be fixed at Raspiducky Thank you for the feedback |
Upper case support is done :) |
key code 60 and 62 do no print the expected symbols
The text was updated successfully, but these errors were encountered: