You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed folder sorting bug
The sorting wasn't set properly if the windows folder had been sorted by multiple columns (eg: date then name). It will now just look at the first thing.
Removed reload config control binding
I don't see this being used at all since the config is reloaded automatically when changed. Even if someone turns that option off in the config.txt they can still make a context menu item to reload it if they want.
Reworked control checking to fix some bugs
There was still some problems with key-combos/key modifiers so I rewrote the IsControl function in Config.cs.
I also changed some of the default key bindings.