change shortcut for function

[expired user #3772]'s profile image [expired user #3772] posted 15 years ago in Feature discussion Permalink
some feature in heidisql are really great such as perspective in data view so i tried to sweetch from SQLYOG to HEIDISQL but several thing still annoy me.
The first thing is the impossibility to edit text save in blob. i've contourn this by using text for the column format.
Now my problem is that I would like to switch the shit+ctrl+f9 and F9 shortcut.
Would it be possible to be able to switch the shortcut? Or is there a trick by editing a config file ?

Thanks in advance.
[expired user #1821]'s profile image [expired user #1821] posted 15 years ago Permalink

some feature in heidisql are really great such as perspective in data view so i tried to sweetch from SQLYOG to HEIDISQL but several thing still annoy me.
The first thing is the impossibility to edit text save in blob. i've contourn this by using text for the column format.



Why would you save text in a blob field? blob fields are used for binary data.
so, i don't think you've countered the problem, i think you simply found a better way :wink:

p.s.: http://dev.mysql.com/doc/refman/5.0/en/blob.html
[expired user #1125]'s profile image [expired user #1125] posted 15 years ago Permalink

Would it be possible to be able to switch the shortcut?



Not currently, but there's a feature request in the tracker, so as soon as someone feels like spending the time to do the preferences GUI required...

Or is there a trick by editing a config file ?



Having the shortcuts stored in the registry / config file instead of hardcoded in the application sounds like a good idea as a beginning of full-flexes shortcut customizability.

The easiest trick for now is to download the source code and Delphi, then change the shortcut and run the compile script. See "readme for developers" on the front page.

Please login to leave a reply, or register at first.