[Github-comments] [geany/geany] Add support for platform-specific keybindings (#1395)

Jiří Techet notifications at xxxxx
Sun Oct 8 22:22:06 UTC 2017


https://github.com/geany/geany/pull/1633 fixes the majority of non-working keybindings.

The ones that still don't work and should be changed are

```
GEANY_KEYS_EDITOR_AUTOCOMPLETE
GEANY_KEYS_SELECT_WORD
GEANY_KEYS_GOTO_LINE
GEANY_KEYS_GOTO_LINESTARTVISUAL
GEANY_KEYS_GOTO_LINEENDVISUAL
GEANY_KEYS_NOTEBOOK_SWITCHTABLASTUSED
```

These don't work because of conflicts with system keybindings or because Alt-<some key> causes different character is created.

However, other keybindings should be changed too. For instance "delete to line end" is `<Primary><Shift><Delete>` but because there's no `<Delete>` on Mac, one has to press 4 keys `<Primary><Shift><Fn><Backspace>`, which is crazy.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1395#issuecomment-335043012
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171008/a59a9f6a/attachment-0001.html>


More information about the Github-comments mailing list