From: Sylvain L. <syl...@us...> - 2017-04-26 10:12:30
|
--- ** [tickets:#132] keyboard shortcut for moving and deleting text** **Status:** open **Created:** Wed Apr 26, 2017 10:12 AM UTC by Sylvain Loiseau **Last Updated:** Wed Apr 26, 2017 10:12 AM UTC **Owner:** nobody - alt-left or alt-right arrow: move one word backward / forward - alt-backward or alt-fn-backward : delete one word backward / forward - cmd-left or cmd-right arrow: move at the begining or the end of the line - cmd-backward: delete up to the begining of the line What about having the symetrical : cmd-fn-backward: for deleting up to the end of the line? Maybe inconsistent with other keyboards convention... --- 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...> - 2017-04-27 10:09:08
|
That would be nice but Alpha does not support bindings involving the `fn` key. I had implemented this (bindings with `fn` key) a few months ago but finally removed this feature because of conflicts with the function keys and also because some keyboards do have the `fn` key missing or in such a location that it makes the execution of the bindings a very acrobatic exercice. I could implement a *cmd-clear* binding (that is to say *command*+*forward delete*) instead of *cmd-fn-backward*. Note that the Cocoa text engine does not provide this binding (I verified with TextEdit). --- ** [tickets:#132] keyboard shortcut for moving and deleting text** **Status:** open **Created:** Wed Apr 26, 2017 10:12 AM UTC by Sylvain Loiseau **Last Updated:** Wed Apr 26, 2017 10:12 AM UTC **Owner:** nobody - alt-left or alt-right arrow: move one word backward / forward - alt-backward or alt-fn-backward : delete one word backward / forward - cmd-left or cmd-right arrow: move at the begining or the end of the line - cmd-backward: delete up to the begining of the line What about having the symetrical : cmd-fn-backward: for deleting up to the end of the line? Maybe inconsistent with other keyboards convention... --- 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...> - 2017-04-27 17:34:38
|
This is fixed now by implementing a *command-clear* binding bound to the new *endLineDelete* proc. Not entirely satisfactory though since laptops usually do not have a *forward-delete* (aka *Clear* or *Suppr*) key. Implementing a *cmd-fn-backward* binding is feasible but that would have to be done in the core as a special non-standard case, which I am reluctant to do. Using the new *endLineDelete* proc, you might create your own binding for this: for instance ``` binding create {cov delete} endLineDelete ``` which binds to `Option-Command-Delete` (this is *backward-delete*) . Changes committed to the repository ([rev. 1327](http://sourceforge.net/p/alphacocoa/code/1327/)). --- ** [tickets:#132] keyboard shortcut for moving and deleting text** **Status:** open **Created:** Wed Apr 26, 2017 10:12 AM UTC by Sylvain Loiseau **Last Updated:** Thu Apr 27, 2017 10:09 AM UTC **Owner:** nobody - alt-left or alt-right arrow: move one word backward / forward - alt-backward or alt-fn-backward : delete one word backward / forward - cmd-left or cmd-right arrow: move at the begining or the end of the line - cmd-backward: delete up to the begining of the line What about having the symetrical : cmd-fn-backward: for deleting up to the end of the line? Maybe inconsistent with other keyboards convention... --- 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...> - 2017-04-27 17:34:56
|
- **status**: open --> fixed --- ** [tickets:#132] keyboard shortcut for moving and deleting text** **Status:** fixed **Created:** Wed Apr 26, 2017 10:12 AM UTC by Sylvain Loiseau **Last Updated:** Thu Apr 27, 2017 05:34 PM UTC **Owner:** nobody - alt-left or alt-right arrow: move one word backward / forward - alt-backward or alt-fn-backward : delete one word backward / forward - cmd-left or cmd-right arrow: move at the begining or the end of the line - cmd-backward: delete up to the begining of the line What about having the symetrical : cmd-fn-backward: for deleting up to the end of the line? Maybe inconsistent with other keyboards convention... --- 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: Sylvain L. <syl...@us...> - 2017-04-28 11:08:18
|
Thanks! I will used the recommanded binding. It seems that fn-cmd-backward is now deleting up to the end of the line though without any personnal binding... is this normal? --- ** [tickets:#132] keyboard shortcut for moving and deleting text** **Status:** fixed **Created:** Wed Apr 26, 2017 10:12 AM UTC by Sylvain Loiseau **Last Updated:** Thu Apr 27, 2017 05:34 PM UTC **Owner:** nobody - alt-left or alt-right arrow: move one word backward / forward - alt-backward or alt-fn-backward : delete one word backward / forward - cmd-left or cmd-right arrow: move at the begining or the end of the line - cmd-backward: delete up to the begining of the line What about having the symetrical : cmd-fn-backward: for deleting up to the end of the line? Maybe inconsistent with other keyboards convention... --- 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...> - 2017-04-28 11:17:23
|
Weird ! For me *fn-command-delete* does nothing (just tried on a standard keyboard, not on a laptop). --- ** [tickets:#132] keyboard shortcut for moving and deleting text** **Status:** fixed **Created:** Wed Apr 26, 2017 10:12 AM UTC by Sylvain Loiseau **Last Updated:** Fri Apr 28, 2017 11:08 AM UTC **Owner:** nobody - alt-left or alt-right arrow: move one word backward / forward - alt-backward or alt-fn-backward : delete one word backward / forward - cmd-left or cmd-right arrow: move at the begining or the end of the line - cmd-backward: delete up to the begining of the line What about having the symetrical : cmd-fn-backward: for deleting up to the end of the line? Maybe inconsistent with other keyboards convention... --- 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: Samuel L. <sam...@gm...> - 2017-04-28 12:05:19
|
I think that on laptops, MacOS interprets (fn-"backspace") as "suppr", ie (function-key + backward-delete) is interpreted as (forward-delete). It is therefore no surprise that cmd-fn-backspace acts as cmd-suppr. Kind regards. Samuel Lelièvre |
From: slelievre <sle...@us...> - 2017-04-28 12:30:40
|
I think that on laptops, MacOS interprets (fn-"backspace") as "suppr", ie (function-key + backward-delete) is interpreted as (forward-delete). It is therefore no surprise that cmd-fn-backspace acts as cmd-suppr. Kind regards. Samuel Lelièvre --- ** [tickets:#132] keyboard shortcut for moving and deleting text** **Status:** fixed **Created:** Wed Apr 26, 2017 10:12 AM UTC by Sylvain Loiseau **Last Updated:** Fri Apr 28, 2017 11:17 AM UTC **Owner:** nobody - alt-left or alt-right arrow: move one word backward / forward - alt-backward or alt-fn-backward : delete one word backward / forward - cmd-left or cmd-right arrow: move at the begining or the end of the line - cmd-backward: delete up to the begining of the line What about having the symetrical : cmd-fn-backward: for deleting up to the end of the line? Maybe inconsistent with other keyboards convention... --- 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...> - 2017-04-28 17:58:31
|
Hmm, I just tried on my old laptop with Mavericks (10.9) and the key binding does nothing. Maybe on El Capitan or Sierra. Anyway since this is a binding involving the `fn` key, it has nothing to do with Alpha and is provided by Cocoa itself. So there's nothing I can do about it. --- ** [tickets:#132] keyboard shortcut for moving and deleting text** **Status:** fixed **Created:** Wed Apr 26, 2017 10:12 AM UTC by Sylvain Loiseau **Last Updated:** Fri Apr 28, 2017 11:17 AM UTC **Owner:** nobody - alt-left or alt-right arrow: move one word backward / forward - alt-backward or alt-fn-backward : delete one word backward / forward - cmd-left or cmd-right arrow: move at the begining or the end of the line - cmd-backward: delete up to the begining of the line What about having the symetrical : cmd-fn-backward: for deleting up to the end of the line? Maybe inconsistent with other keyboards convention... --- 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...> - 2017-05-03 07:05:45
|
- **status**: fixed --> closed - **Version**: 9.0b2 --> 9.0b3 --- ** [tickets:#132] keyboard shortcut for moving and deleting text** **Status:** closed **Created:** Wed Apr 26, 2017 10:12 AM UTC by Sylvain Loiseau **Last Updated:** Fri Apr 28, 2017 05:58 PM UTC **Owner:** nobody - alt-left or alt-right arrow: move one word backward / forward - alt-backward or alt-fn-backward : delete one word backward / forward - cmd-left or cmd-right arrow: move at the begining or the end of the line - cmd-backward: delete up to the begining of the line What about having the symetrical : cmd-fn-backward: for deleting up to the end of the line? Maybe inconsistent with other keyboards convention... --- 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. |