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. |