Open Issues Need Help
View All on GitHubAI Summary: The issue describes a bug where pressing the left or right arrow keys within the search box incorrectly moves user focus to the link columns instead of navigating between letters in the input field. The desired behavior is for these keys to move the text cursor, while only the down arrow should move focus to the first link and `Ctrl+ArrowKey` should switch search engines.
AI Summary: This GitHub issue requests a change in the 'Add/Edit Link' modals where the Enter key currently submits the form only when used in the URL or title fields. The desired behavior is to switch the form submission key to `Shift+Enter`, allow the Enter key to always act natively (e.g., new line, focus change) across all fields, and update the UI footnote to reflect this change.
AI Summary: Users are unable to type question marks into the search box because the `Shift+/` key combination, which produces a question mark, is currently bound to a "display key binds" shortcut. The proposed solution is to reassign this conflicting shortcut to `Ctrl+/` to allow proper input in the search box.