KrzysztofDusko / JustyBase

SQL editor/IDE
GNU General Public License v3.0
10 stars 0 forks source link

Change snippet shortcut (right sihft) or allow disabling it #277

Closed andrzejchmiel3 closed 7 months ago

andrzejchmiel3 commented 7 months ago

Right shift is unfortunate choice for snippet, it's too easy to accidentaly trigger it by using anything requiring shift right after word that was a snippet.

For example, I might have snippet @char as some shortcut, but as "char" it is frequently used word, I also may type "char(" which will accidentaly trigger snippet. Another example, default snippet @merge prevents me from typing something like "mergeLandR"

KrzysztofDusko commented 7 months ago

Do you have any default shortcut suggestion ?

andrzejchmiel3 commented 7 months ago

Maybe similar, but harder to accidentally trigger: ctrl+shift

KrzysztofDusko commented 7 months ago

ok, fixed