ZeCryptic / osu-cat

141 stars 29 forks source link

Add the config fetching to improve experience #16

Closed Mother-Ship closed 5 years ago

Mother-Ship commented 5 years ago

Could you please add the config fetching feature so our users can free from every setting on program startup?

if the third party TabletDriver been installed

then the Windows Registry will containsHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\vmulti

I don't want to install the offical Wacom driver so i don't know the Registry key path :3

if these Registry key detected, then we can use Tablet Images 🤔

and the osu! path can be find from Windows Registry HKEY_LOCAL_MACHINE\SOFTWARE\Classes\osu\DefaultIcon

so the program can read the osu!Username.cfg, and find the osu hotkey config

keyOsuLeft = Z
keyOsuRight = X

too sad my main language is java so I can't submit the pull request ;w;

Mother-Ship commented 5 years ago

https://github.com/Mother-Ship/osuCatJ

ok I implement it myself