RoanH / KeysPerSecond

A keys-per-second meter & counter. Written for osu! but should work for other rhythm games too.
https://osu.ppy.sh/forum/t/552405/
GNU General Public License v3.0
346 stars 28 forks source link

Suggestion: Allow renaming of cells / removing of cell names. #32

Closed Kayla closed 10 months ago

Kayla commented 3 years ago

Just a suggestion. It would be nice to be able to just have numbers in boxes if the layout you choose is intuitive enough. Or, if the number is large, just make the word larger so it doesn't dwarf the size of the abbreviation.

RoanH commented 3 years ago

Fair enough, I'll add a rendering mode to only show the the value or the text.

I'm not entirely sure what you mean with the second statement though. Both the text and number are always shown at the largest size that will fit in the panel. I could probably look into limiting the value to be at most the font size of the text and vice versa. Larger numbers would mean that the text can get very small that way though. It'll probably require some experimenting.

Kayla commented 3 years ago

I mean manually, so for example if you're at 100,000 key presses you can manually change "TOT" or "#" to "Total Presses" with the freedom of changing the box names.

RoanH commented 3 years ago

Ah, seems like I kinda misunderstood. But yeah that makes sense (I already had it on my todo list actually), you can also already do this for key panels. But this is definitely something I plan to implement for the other panels as well.

RoanH commented 10 months ago

You'll now be able to change the display name of any panel starting from v8.8 (which should release somewhere next week).