Re: [seq24-users] Modifying keyboard shortcut for delete button?
Brought to you by:
rcbuse
|
From: Jaakko S. <jaa...@gm...> - 2008-08-21 21:21:46
|
On Thu, Aug 21, 2008 at 11:59 AM, Daniel James <da...@64...> wrote: >> I'll get back to you about the delete keycode problem in a few days >> (haven't got time right now, sorry). If someone else in the list has >> more in-depth knowledge about the subject, please share it :) > > I think the least invasive fix would be for seq24 to read the value of the > 'delete note' action from the .seq24rc file. That way, the default behaviour > could remain for those who are used to it, but it would also be easy for > users to tweak without having to recompile the app. You were right about seq24 having a few hard coded key shortcuts. At least stop/start, delete note, copy, paste & undo are hard coded at the moment. I didn't have time "fix" them to be read from the configuration file but I created a quick (and actually not so dirty) "hack" to enable backspace for deleting notes. Now both delete and backspace work for the same purpose. :) You can get the latest source by running this command (also includes all previously committed patches): bzr branch lp:~jaakko-sipari/seq24/test1 Hope this helps, - Jaakko |