jfly / jChester

A time entry component for speedcubing solves.

Home Page:http://www.jflei.com/jChester/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow customization of keybindings so that people can "build their own 10key"

jfly opened this issue · comments

Some people might want to use 789UIOJKL as a 10key, we should support this. Unfortunately, since people may have crazy keyboard layouts, I think we should just ask them to press the keys they want, rather than trying to figure it out based on which keyboard layout they're using.

Ths is going to require a UI to ask users for their desired 10key keys, and some way to save this setting. jChester could use localStorage by default, so long as we provide a hook for something like CCM to save this to a user's profile.