vieten / sequel-pro

Automatically exported from code.google.com/p/sequel-pro
Other
0 stars 0 forks source link

Keybindings in Query Editor clash with normal Mac OS X keybindings #1215

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use any other place on Mac where you can input text and try the keys 
described below
2. Use the query editor in sequel pro and compare

What is the expected output? What do you see instead?
The keybindings to behave the same as it does in other applications.  Instead, 
sometimes odd things happen.

What version of Sequel Pro are you using? What version of MySQL are you
connecting to on the server?
Sequel Pro 0.9.9.1; MySQL irrelevant 

Please provide any additional information below.
The keybindings that work everywhere else in OS X but don't always work in 
sequel pro.  They mostly work, but the few that it doesn't support tend to trip 
up people who use them everywhere else.  The good news is you have to make the 
editor not do these things on purpose, so perhaps binding custom actions to 
other keys is in order?   The keys I am referring to are:

key     | does                              | Works in Sequel Pro Query editor
-------------------------------------------------------------------------------
ctrl+a | move to the beginning of the line  | Yes                         
ctrl+e | move to the end of the line        | Yes                         
ctrl+f | move forward one char              | Yes                         
ctrl+b | move to backward one char          | Yes                         
ctrl+h | delete one char backwards          | No                          
ctrl+d | delete one char forward            | Yes                         
ctrl+k | delete from current pos to EOL     | Yes                         
ctrl+y | paste the item from the ctrl+k     | No                          

Thanks guys! Aside from this one irritating issue, I love Sequel pro :-D

Original issue reported on code.google.com by robro...@gmail.com on 21 Oct 2011 at 5:22