pub fn keybind_scope(key: &str) -> &'static strExpand description
What: Determine the conflict-detection scope for a keybind action.
Inputs:
key: Canonical keybind action key.
Output:
- Static label identifying the scope (
global,search,search_normal,recent,install, ornews).
Details:
- Two bindings collide only when they share both a chord and this scope.
- Same-chord rebinds across scopes (e.g.
Leftforpane_leftandsearch_focus_left) are considered intentional and do not conflict.