thanks for the detailed answers !
why is the definition of hotkeys Q and F in the mod settings and not in the keyboard shortcuts ?
Long answer: When you're typing in a text box, mods can't intercept hotkeys. ...
then it is even an advantage and those two keys can be anything without conflict to other hotkeys !?
how can i quickly close the quicksearch ....
Press the "start quicksearch" hotkey. That should toggle the window whenever you're not typing.
together with the other explanations, that makes sense to me now :-) it will be really easy now to toggle the window on/off when not in the edit box, and to select easy "hotkeys" for use while in the edit box. thanks !
i got surprised a few times when "const com" didn't find my constant combinator.
As you suspect, this is because the internal names are different. I could ignore spaces, but that wouldn't solve the real problem, which is that the internal names don't always match the translated names. They're english only, for example.
although the problem of having internal names would persist, part of user error (typing unnecessary/bad spaces) probably could be avoided by eliminating spaces (probably without too much additional effort?) and thus make it more userfriendly
from the HHGTTG: there was a big red button with the text "don't push this button", and a dialog along the lines "why did you push that button?" , "because it was there", "but it said 'don't push this button'" :-) ... it would have been safer and more userfriendly to not have such a button in the first place, no matter how detailed instructions were, and why not eliminate spaces that are not needed if that's easy to do, has no other detrimental effects and might cut down on user errors :-)
thanks again for the explanations!