


▲ 5 r/kreosphere
Fixed Kreo Hawk's Software Ui bug
so i bought this mouse 5 days ago ig but the software had issues, where it was showing the mouse 4 button as mouse 5 button which was so confusing for the 1st day and i was like what i am doing wrong..
+
the fire button which the small purple circle is also was mixing with forward button cause there is no view for it to be visible
What i did :
- fixed the button naming by renaming mouse_4 to mouse_5 and vice versa ( btw the location is : "C:\Program Files (x86)\KREO Hawk GTG\res\skins\mouse")
- add a purple circle to the 7 image which will help to identify the fire key
- removed the administrator perms from the exe which was annoying af , you can do this by installing resource hacker app and in manifest change level='requireAdministrator' to level='asInvoker' ( btw if you do this , put your KREO app folder from program files to user or anywhere else cause then you won't need admin perms to write and save keybinding and etc )
- Changed buttons order (so confusing before ) which you can do by going in buttonpage.xml then inside office_mode_left is your left 4 buttons and inside office_mode_right is your right buttons till mouse_key_8 , so you can rearrange as you want <VerticalLayout width="225" name="office_mode_left"> <!-- 1-4 buttons --> <VerticalLayout> ... <VerticalLayout width="225" name="office_mode_right"> <!-- 5-8 buttons --> <!-- other hidden buttons which are no use --> <VerticalLayout>
u/PersonalityOwn3910 — 14 days ago