Re: [cssed-devel] Some bugs from 2.1
Brought to you by:
iagorubio
From: <mic...@ea...> - 2004-06-16 15:46:57
|
Le 16 juin 2004, =E0 12:10, Iago Rubio a =E9crit : >> What works, is the key bindings as in emacs. For example, I use Esc, >> Esc to access alt as a command, and Esc, Esc, Esc to emulate Meta >> (there is no Meta key on the Mac). > > Surprising. Esc Esc Esc cleans the minibuffer in my Emacs. Oh, yes, sorry, that was in TeXmacs. I don't use Xemacs so much,=20 because I never know what I'm doing sometimes I want a character and I=20= receive a Meta and vice-versa. Horrible for me. So: esc is for meta: Esc-s =3D Meta-s, but apparently does not work for=20= Meta-S, I mean it does not do anything. esc-esc gives me the accented characters: Esc-Esc-Alt-n-n =3D =F1 (your = n=20 tilde), or I can type directly Alt-n-n. In fact Esc-Esc cleans all=20 commands (apparently). >> So you have to distinguish this feature: an underligned letter which=20= >> is >> always triggered by alt combination and a key combination in the menu >> after the label. See in bluefish, there are both and not the same. = You >> can use any shift-control-command and meta (for those of us, Mac=20 >> users, >> who have a 3 button mouse, by default it is a one button mouse). But >> most Mac users who practice the command line have this kind of mouse, >> and then also ctrl Functions key, not Functions keys alone, as the=20 >> most >> are reserved by the system, and then it will work only for users who >> don't have a laptop. >> >> As the range of accelerator keys in cssed is limited, I think you can >> do it just with shift control or shift command. >> >> And no need to change the po files, let the Windows accelerator keys=20= >> in >> place. This way you don't change your habitq, but the Mac users with >> non English keyboard (they exist yes: -) will benefit accelerator=20 >> keys. > > Well, will take a look at this. May be I must document scintilla > internalls and then check what accells are usefull for Mac users than > implement the rest. In Scintilla.h you have: SCI_UNDO 2176 SCI_ZOOM 2018 SCI_ZOOMIN 2333 SCI_ZOOMOUT 2334 ........ I don't know to which keys they refer, but well they exist :-) Mich=E8le <http://micmacfr.homeunix.org> |