Files
oak-gpui/crates
Mitch (a.k.a Voz) f764077020 Change keymap precedence to favor user (#37557)
Closes #35623 

Previously if a base keymap had a `null` set to an action, leading to a
`NoAction` being assigned to the keymap, if a user wanted to take
advantage of that keymap (in this particular case, `cmd-2`), the keymap
binding check would favor the `NoAction` over the user, since
technically the context depth matched better. Instead, we should always
prefer the user's settings over whatever base or default.

Release Notes:

- Fixed keymap precedence by favoring user settings over base keymap /
configs.
2025-09-11 00:29:31 -06:00
..
2025-08-13 13:25:52 -06:00
2025-09-10 22:48:33 +02:00
2025-09-08 21:53:17 -06:00
2025-09-10 22:48:33 +02:00
2025-09-08 21:53:17 -06:00
2025-09-08 21:53:17 -06:00
2025-09-10 13:22:54 -07:00
2025-09-03 22:10:14 +00:00
2025-09-06 00:27:14 +02:00
2025-08-19 20:33:44 +00:00
2025-09-10 22:48:33 +02:00
2025-09-08 21:53:17 -06:00
2025-09-09 20:08:05 +00:00
2025-09-08 14:19:41 -04:00
2025-09-10 16:13:41 -04:00
2025-09-08 21:53:17 -06:00
2025-09-10 22:48:33 +02:00