• 1 Post
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle







  • By default you can use left and right bracket keys [] to adjust speed, and it should do adjustments to make the pitch sound the same.

    To adjust the pitch alone, you can have something like this in your input.conf, customized as you like:

    ALT+p af toggle @rb
    ALT+UP af-command rb multiply-pitch 1.25
    ALT+DOWN af-command rb multiply-pitch 0.8
    ALT+LEFT af-command rb set-pitch 1.0
    

    I haven’t looked at this in a long time. If you always need this there’s likely a conf option to always enable the “rubber band” (@rb) filter. And maybe other commands than multiply that would be better.


    EDIT: Sorry, I don’t have this quite right. Maybe someone can correct me.













  • Yeah, since broot is a full featured file navigator and operator, you can get anywhere once it’s launched. I have alt+up bound to go up a directory, but there are other ways to get around as well.

    Broot supports fish out of the box, and you can use its default fish launcher function to change your folder (alt+enter quits broot then performs a cd) or insert a path (the broot command pp quits broot then prints the path, like fzf).

    I never learned fish scripting, but if anyone here has they may try to port my Zsh functions, especially to get path completion for partially typed paths. If you’re doing that and have questions about the broot config side of the equation, I’m happy to try to help.