axonops / axonops-workbench

AxonOps™ Workbench for Apache Cassandra® - Desktop application for Mac, Windows and Linux
https://axonops.com
Apache License 2.0
10 stars 0 forks source link

[feat] Implement Ctrl-R to open query history #217

Open hshimizu opened 1 month ago

hshimizu commented 1 month ago

image

When I have selected the field to enter CQL statement, I'd like the UNIX Ctrl-R combination to show/search the history.

Up/Down key should also work to go through the history.

millerjp commented 1 month ago

@hshimizu I dont think this is possible - theres an issue with that Ctrl-R. I cant quite rememver what it was @mhmdkrmabd ?

mhmdkrmabd commented 1 month ago

@millerjp @hshimizu I think you're mentioning macOS as it reserves the CTRL (UP/DOWN) arrow keys, for CTRL-R I believe there's no issues, I like this option on Linux as well, maybe we can add one in the following way:

millerjp commented 1 month ago

@mhmdkrmabd that sounds like a good approach

hshimizu commented 3 weeks ago

Can we also implement up/down keys to select from the history?