From: Jonathan E. G. <jg...@us...> - 2018-07-03 15:30:49
|
--- ** [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. |
From: Bernard D. <bde...@or...> - 2018-07-03 18:35:12
|
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 |
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 |
From: Bernard D. <bde...@us...> - 2018-07-03 19:05:23
|
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 --- ** [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. |
From: Bernard D. <bde...@us...> - 2018-07-03 18:48:06
|
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 --- ** [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. |
From: Jonathan E. G. <jg...@us...> - 2018-07-04 01:42:26
|
~~~ «» join [binding list -key '\['] \n v 91 Calc {} {Calc::specialKey 8} {} {} {'['} Calc {} {Calc::specialKey [} {} sz {'['} {} {} normalLeftBrace {} c {'['} {} {} {menu::textEditProc menu11 {Shift Left}} {} «» join [binding list -key '\]'] \n {} '\]' Calc {} {Calc::specialKey ]} {} sz '\]' {} {} normalRightBrace {} c '\]' {} {} {menu::textEditProc menu11 {Shift Right}} {} ~~~ --- ** [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. |
From: Jonathan E. G. <jg...@us...> - 2018-07-04 01:50:03
|
Putting in the missing backslash has no apparent affect. Switching to a French keyboard and then back to U.S. causes the shortcuts to appear and to work properly. Quitting and restarting Alpha goes back to being broken, though. --- ** [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:** Wed Jul 04, 2018 01:42 AM 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. |
From: Bernard D. <bde...@us...> - 2018-07-04 12:42:49
|
I have found the culprit. This is a problem of canonical form for the key combos. The proc *[intlMenu::defineSystemShortcuts]* makes a string comparison between the old and the new shortcuts when the keyboard is switched. Unfortunately this is not right because the modifiers may be in any order (zoc, or coz etc.). Similarly the key is sometimes in lower case or in upper case. Based on this wrong comparison the new shortcut was created and the old one was deleted but they were the same, so in the end no shortcut remained! I have added a new proc *binding::canonicalizeShortcut* to solve this problem. Changes committed to the repository ([rev. 1512](https://sourceforge.net/p/alphacocoa/code/1512/)). The indices will be be rebuilt. --- ** [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:** Wed Jul 04, 2018 01:50 AM 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. |
From: Bernard D. <bde...@us...> - 2018-07-05 05:40:20
|
- **status**: open --> fixed --- ** [tickets:#172] Cmd-Opt-] does not Shift Right Space** **Status:** fixed **Created:** Tue Jul 03, 2018 03:30 PM UTC by Jonathan E. Guyer **Last Updated:** Wed Jul 04, 2018 12:42 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. |
From: Bernard D. <bde...@us...> - 2018-09-20 10:34:48
|
- **status**: fixed --> closed - **Version**: 9.0rc6 --> 9.0 --- ** [tickets:#172] Cmd-Opt-] does not Shift Right Space** **Status:** closed **Created:** Tue Jul 03, 2018 03:30 PM UTC by Jonathan E. Guyer **Last Updated:** Thu Jul 05, 2018 05:40 AM 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. |