slides icon indicating copy to clipboard operation
slides copied to clipboard

Support backgrounding with Ctrl+Z

Open WardBrian opened this issue 2 years ago • 3 comments

Is your feature request related to a problem? Please describe.

I am really enjoying this tool. I'm planning a talk where my reason for wanting to use the terminal is a lot of demo integration. It would be very nice if I could Ctrl+Z to background the app, do part of my demo, then fg to get back to the slide I left off on.

Describe the solution you'd like This should be built-in to the terminal, so I think the app just needs to not intercept this keybind

WardBrian avatar Oct 05 '23 00:10 WardBrian

I did some more digging and this might actually require work in the upstream packages slides uses: https://github.com/charmbracelet/bubbletea/issues/497 https://github.com/charmbracelet/bubbletea/pull/500

WardBrian avatar Oct 05 '23 15:10 WardBrian

Thanks for digging @WardBrian! I appreciate it and yeah seems like this is blocked on upstream packages.

maaslalani avatar Apr 16 '24 14:04 maaslalani

https://github.com/charmbracelet/bubbletea/pull/1054 was recently merged, adding support for this in bubbletea. Presumably this will be included in the next release, and all that would be needed in slides is an update/re-compile?

WardBrian avatar Jul 15 '24 15:07 WardBrian