ctm / mb2-doc

Mb2, poker software
https://devctm.com
7 stars 2 forks source link

hot-key support #1034

Open ctm opened 2 years ago

ctm commented 2 years ago

Make it so people can use hot-keys (probably require them to be control characters initially).

This is a placeholder. I'll fill in more details "soon".

ctm commented 2 years ago

FTR, Here's how PokerStars does it.

ctm commented 2 years ago

Here's a useful page on event bubbling.

ctm commented 1 year ago

I didn't screenshot the PokerStars page and now it might not lead somewhere useful. However, the BARGE list just had a post that contained:

[...] web based free poker site. It’s incredibly well done and with single keys for actions the game flies by. Check it out

https://www.pokernow.club/

I'm labeling this temporarily high priority, but will knock it back down to normal priority after I figure out how to handle chat and hot keys.

ctm commented 1 year ago

FWIW, I added a keyup and keydown listener to the document just to verify that I can capture the keys easily (and I can). I'm not doing anything with the keypresses yet, but I did make it so that the rotate icon flips when the shift key is down.