advice2020 left a comment (geany/geany-plugins#1521)

Here is a list of specific keys that have common functionality assigned to them 
by default

HOME = Move caret to beginning of line
END = Move caret to end of line
CTRL+HOME = Move caret to beginning of document
CTRL+END = Move caret to end of document

PAGE-UP
PAGE-DOWN

ARROW LEFT = Move caret left
ARROW RIGHT = Move caret right
ARROW UP = Move caret up up to next line
ARROW DOWN = Move caret down to next line

DELETE
BACKSPACE
ENTER/RETURN = Return to next line

Almost all of these key based actions above are not offered as actions in 
`Preferences - Keybindings` section in Geany where user can assign keybindings 
to them.  When they are available they already have the common keys assigned to 
them, for example HOME and END, so user cannot assign shortcuts without 
removing them (can be done with GeanyLua but not with Geany itself).

So these common key actions are not available for custom shortcuts to be 
assigned to them.
Was wondering if GeanyLua can somehow simulate/apply keyboard key presses to 
achieve this?

Thank you to anyone who reads this

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1521#issuecomment-3488588057
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/issues/1521/[email protected]>

Reply via email to