From: Bernard D. <bde...@or...> - 2019-08-25 16:27:48
|
Hi Eberhard, Concerning the shortcuts for Shift Left and Shift Right, are you aware of the "keyboard" preference in the Alpha ↣ Preferences ↣ Global Preferences ↣ International. You should have a look at the doc: Help ↣ Features Help ↣ International Menus. It's name is misleading but it concerns exactly this problem : some shortcuts are not appropriate for some keyboards. If you select the German keyboard then some bindings are redefined. I see that nothing has been specified for Shift Left and Shift Right in the case of the German keyboard. I'd like to fix that: do you suggest that cmd-( and cmd-) would be a good choice ? Cheers, Bernard > Le 25 août 2019 à 08:30, Dr Eberhard W Lisse <el...@li...> a écrit : > > Bernard, > > didn't know that, actually, I am just an elderly Gynecologist, > being able to follow simple cut and paste instructions :-)-O > > On the German keyboard the key for ']' is occupied by by '+' so > > binding create {zc '+'} centerRegion > > works and would be the candidate. > > That reminds me, since ']‘ on the german keyboard is on cmd-6 and I > can't do a option-cmd-6 when I want to indent (Shift Right), which I can > do on the US Keyboard with option-], I would like to tie that to cmd-+, > but don't know the name of the function. Where can I find the name of > the function or better even the names of all functions? > > Is there a way of TCL finding out which keyboard I am using and then do > binding conditionally debending on whether it's the German or English one? > > > > > I like your idea. > > greetings, el > > On 24/08/2019 6:20 pm, Bernard Desgraupes wrote: >> Hi Eberhard, >> >> As you know one may define composite bindings in Alpha. What is the >> binding you'd like to implement ? >> >> Regarding uncenterRegion as a matter of fact I'm going to also >> implement a flushLeft and a flushRight proc and gather all of them in >> a small package (textAlignment?) that will insert an Alignment >> submenu in the Text menu. To be continued... >> >> Cheers, >> Bernard |