You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DB4S v3.11.1 [built for x86_64-little_endian-lp64] on macOS 10.14 (darwin/18.2.0) [x86_64]
using SQLCipher Version 4.0.1 community (based on SQLite 3.26.0)
and Qt 5.11.3
The text was updated successfully, but these errors were encountered:
Hi, I tried both Alt+H and Cmd+H but neither will show the dialog. The "Cmd+H" is a standard Mac keyboard shortcut for "hide application", so I'd probably stay clear of that. "Alt+H" inserts a non-alphanumeric character into the query window.
Please let me know if there's anything I can do to help.
The Scintilla library eclipses any shortcut that we could have set at Qt level. We've already seen that for "Ctrl+/" that we had to unbind at the Scintilla level in order to use it for commenting selection. The case is that I don't see any explicit mapping of Ctrl+H to delete character in the Scintilla code. @justinclift is the version that we include in the repository the one used for compiling in macOS?
It might be related to Backspace being Ctrl+H in terminals. But I don't think Scintilla is emulating a terminal in any way.
Details for the issue
What did you do?
Pressed CTRL+H in the sql query edit screen
What did you expect to see?
The find/replace dialog popup.
What did you see instead?
The last character of the query was deleted.
Useful extra information
The text was updated successfully, but these errors were encountered: