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
The current CgSwap module is a bit of mess concerning code quality and the current implementation doesn't easily allow for multiple mod- (or even potentially any key-) swaps.
Suggestion: Refactor and handle any key (or at least any mod) swap.
The text was updated successfully, but these errors were encountered:
Ideally no, it would be simple enough that presets aren't needed. If you can pass a list of tuples to be switched + a mechanism to select them (similar to layers), then there's no need to have a class for every combination of keys.
Continuation of #768.
The current
CgSwap
module is a bit of mess concerning code quality and the current implementation doesn't easily allow for multiple mod- (or even potentially any key-) swaps.Suggestion: Refactor and handle any key (or at least any mod) swap.
The text was updated successfully, but these errors were encountered: