From: Bernard D. <bde...@or...> - 2018-07-03 18:40:26
|
Aha, now I see a possible issue in the file internationalMenus.tcl: there is a missing backslash at the end of line 359. Could you test if it fixes the issue ? Bernard Le 3 juil. 2018 à 20:34, Bernard Desgraupes <bde...@or...> a écrit : > Hi Jon, > > this is weird. Apparently it works for me. Currently I have the french keyboard activated so that for me the bindings are Cmd-Opt-) and Cmd-Opt-( for Shift Right Space and Shift Left Space respectively. They work for me. > > Now, if I turn on the US keyboard (in the Alpha > Preferences > Global Preferences > International panel), I can see the proper bindings in the menu. Additionally if I set the Mac OS X keyboard to US (in the System Preferences), the bindings - this time Cmd-Opt-] and Cmd-Opt-[ - also work. > > So, is it possible that the bindings have been redefined by some package on your machine. Could you try the following commands in the Tcl shell: > > Welcome to Alpha's AlphaTcl shell. > > «» join [binding list -key '\['] \n > oc {'['} {} {} {menu::textEditProc menu11 {Shift Left Space}} {} > c {'['} {} {} {menu::textEditProc menu11 {Shift Left}} {} > v 91 Calc {} {Calc::specialKey 8} {} > {} {'['} Calc {} {Calc::specialKey [} {} > sz {'['} {} {} normalLeftBrace {} > > «» join [binding list -key '\]'] \n > oc '\]' {} {} {menu::textEditProc menu11 {Shift Right Space}} {} > c '\]' {} {} {menu::textEditProc menu11 {Shift Right}} {} > {} '\]' Calc {} {Calc::specialKey ]} {} > sz '\]' {} {} normalRightBrace {} > > Cheers, > Bernard > > Le 3 juil. 2018 à 17:30, Jonathan E. Guyer via AlphaCocoa-devel <alp...@li...> a écrit : > >> >> [tickets:#172] Cmd-Opt-] does not Shift Right Space >> >> Status: open >> Created: Tue Jul 03, 2018 03:30 PM UTC by Jonathan E. Guyer >> Last Updated: Tue Jul 03, 2018 03:30 PM UTC >> Owner: nobody >> >> Cmd-] indents by a "tab", as always, but Cmd-Opt-] does notthing. Same for Cmd-Opt-[. >> >> The menu Text > Shift Right shows that its key combination is Cmd-] and hold down Opt changes the menu item to Text > Shift Right Space with no displayed key combination. >> >> Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ >> >> To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. >> >> ------------------------------------------------------------------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________ >> AlphaCocoa-devel mailing list >> Alp...@li... >> https://lists.sourceforge.net/lists/listinfo/alphacocoa-devel > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________ > AlphaCocoa-devel mailing list > Alp...@li... > https://lists.sourceforge.net/lists/listinfo/alphacocoa-devel |