mirror of
https://github.com/ppy/osu.git
synced 2025-03-07 08:47:20 +08:00
Changes all usages of `KeyCombination.ReadableString()` to `ReadableKeyCombinationProvider.GetReadableString()`. Subscribing to `KeymapChanged` is only required in `KeyButton`. All other places query `GetReadableString()` every time.