Not sure if this is just me - I've just started using FTE (it looks like
the first editor I can associate with :D) - but I seem unable to bind
CTRL+S to save files, like I'm used to. I have
key [C+S] { FileSave }
inside ui_k_fte.fte (I'm using the FTE UI and keybindings), and yet CTRL+S
doesn't produce a happy "Wrote [...]." I know that I'm doing *something*
right though, since replacing the S with a 0 does work.
I'm guessing that S is assumed to be a "special" character representing
something like Shift, and as such isn't interpreted as as an "S". I don't
know though, since I see [C+S] referenced elsewhere in the keybinding
file.
My proposition for a fix if I have indeed guessed correctly is that the
parser check for A[lt], S[hift], C[trl], etc, and when it finds these check
if the character is at the end of the string, ie before the closing ]. In
this way, stuff like [C+A+S+s] would work just fine.
-dav7
Nobody/Anonymous
None
None
Public
|
Date: 2009-07-15 22:03 Are you sure C+S isn't being reset to something else later? I have to ask, |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use