Skip to content
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 on-screen keyboard (mobile) #13

Open
gunar opened this issue Aug 22, 2021 · 5 comments
Open

Add on-screen keyboard (mobile) #13

gunar opened this issue Aug 22, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@gunar
Copy link

gunar commented Aug 22, 2021

The game doesn't use all hexadecimal values. There are only 6 that are valid. This means we might be able to create a better UI on mobile.

I'm thinking something analogous to <input type="tel"> but with the hex values instead:
Screenshot_20210822-092516

We could create a "steps"-like interface where you're taken to different screens to input buffer size, matrix, and sequences.

@cxcorp cxcorp added the enhancement New feature or request label Aug 22, 2021
@cxcorp
Copy link
Owner

cxcorp commented Aug 22, 2021

Cool idea! Could be handy for mobile users. Thanks for the feedback!

@psayre23
Copy link

I use a keyboard macro tool to make it faster to input. Use the numpad so I can hit enter for each line. Saves me a TON of time.
Screen Shot 2021-11-21 at 3 56 30 PM

@cxcorp
Copy link
Owner

cxcorp commented Feb 18, 2022

@psayre23 The text inputs now autocomplete the octet, and backspace removes the entire octet. E.g. if you press 7 or a, it will automatically fill in 7a. This does not work on mobile yet unfortunately, but I hope it makes it a bit faster.

@ondrovic
Copy link

ondrovic commented Jun 9, 2022

Have you looked at simple keyboard you can display only keys and the change what is displayed, was able to quickly change their sandbox to only show the relative keys and then change the display to match. Haven’t tried to see if it replaces the mobile keyboards yet but might be promising.
6B73B712-83A1-4FCC-A7E7-1410CE66F91E

@ondrovic
Copy link

ondrovic commented Oct 18, 2023

I think the problem with this still is when you a mobile phone it displays a full keyboard and you need to switch between alpha to numeric. It would be super convent to have a custom keyboard be displayed if it's a mobile site that only has the keys that are needed to display.

So if on IOS you can download Keybuild (not free $3.99 - there maybe others) and you can layout your own custom keyboards here is what I did

keybuild - ios
keyboard designer - android (untested by me)

Cyberpunk 2077 Hacking Minigame Solver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants