Elektrine lite

← Feed

@chergert@my.devsuite.app

Post #1773687

2026-04-29 09:39 UTC

@leeloo @josh @mcdanlj In GTK 3 days you could do this terrible hack of keybindings from GTK-flavored CSS. But we had to drop it in GTK 4 because it was really only there because gtkrc from GTK 2 -> 3 meant everything "theme of all types" had to somehow work from CSS. The mac back-end of GTK got native macOS-style keybindings in source code at some point after I wrote the initial mac implementation for 4.

Replies (1)

  • @leeloo@c.im 2026-04-29 09:46

    @chergert @josh @mcdanlj X keyboard definitions include keys for cut, copy and paste (Sun keyboards used to have those keys). If modern desktop environments understood those keys, we could map ctrl-c or cmd-c to copy using xmodmap.

    Open ##1773688