axonops / axonops-workbench

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

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

Open hshimizu opened 3 months ago

hshimizu commented 3 months 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 3 months 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 3 months 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 3 months ago

@mhmdkrmabd that sounds like a good approach

hshimizu commented 2 months ago

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