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

Show only keys pressed #128

Closed
android272 opened this issue Jun 27, 2020 · 8 comments
Closed

Show only keys pressed #128

android272 opened this issue Jun 27, 2020 · 8 comments

Comments

@android272
Copy link

I am looking for a way to show only the keys that I press in OBS. I would like a layout that replaces a key or many the letters, numbers, symbols, and special keys that I type instead of showing the full keyboard or a special layout specifically for games or whatnot.

Here is a gif of what I am talking about.
key-mon)

Here is a video on how keymon works.
https://www.youtube.com/watch?v=h5sEcupUJqI

@ThoNohT
Copy link
Owner

ThoNohT commented Jun 28, 2020

If you only want one key, it should be possible by placing all keys on top of each other. Anything that is pressed will be rendered over anything that is unpressed. So if you style all keys such that they show nothing when unpressed, then it will just look like one empty key that is filled whenever you press something. The other keys to the left can be done how NohBoard does it normally.

I saw that there is a history function in keymon. That's not possible in this way. I do plan to eventually create a key history function, but that will be in the style as described in this issue: #111

@android272
Copy link
Author

android272 commented Jun 29, 2020 via email

@midnightfreddie
Copy link

I will try that out.

Please share if you get it working. What you pictured is pretty much exactly what I want.

@android272
Copy link
Author

@ThoNohT is there a way to increase the font size? I am almost done with my keyboard but the font is a bit too small.

Here is a screenshot of my keyboard so far.

image

@ThoNohT
Copy link
Owner

ThoNohT commented Jul 21, 2020

Have you checked the keyboard style window:
image
Double click the pick a font text in order to select the font (and size) for all keys. You can also do the same for individual buttons by opening the element style windows.

I see that this may be a bit unclear, I'll have to look into making the font chooser clearer, or at least improving the documentation.

@android272
Copy link
Author

android272 commented Jul 21, 2020

Oh, I thought that was referring to the link text box. I suggest changing that to a button. Thanks for the help. I am done with the keyboard. I can fork the project and do a merge request if you like.

@ThoNohT
Copy link
Owner

ThoNohT commented Nov 5, 2020

Sure. All PRs with new keyboards are welcome.

@ThoNohT ThoNohT closed this as completed Nov 5, 2020
@android272
Copy link
Author

Sorry it took so long to get a pull request in but there you go. @midnightfreddie you can download my keyboard Here

image

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

No branches or pull requests

3 participants