I am struggling a bit with proper key setup for Emacs on Haiku.
describe-key for backspace says “DEL (translated from <backspace>
)” and describe-key for delete says “DEL (translated from <delete>
)”, so they both do the same thing (i.e. backward-delete-char-untabify), but what I want is to run “delete-forward-char” for the delete key.
On Linux it says "<deletechar>
(translated from <delete>
)" for the delete key and I get the expected behaviour. Anyone know how I can get a similar setup on Haiku?
Another issue appears to be that Ctrl-/ doesn’t do anything on Haiku Emacs (it doesn’t even seem to get to the process as there is no reaction when pressing Ctrl-/ in a describe-key). Any ideas?