- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
prevent widget shortcut conflicts with menu proxies...
prevent widget shortcut conflicts with menu proxies
set some menu bar contexts to Widget, preventing conflict.
Essentially, these events will never be called by shortcut, as the events
for which they are a proxy are already bound to the shortcut, and get it instead.
This is a bit ugly, because the menu shortcuts aren't really active - they depend
on the widget shortcuts being the same.