fuhsjr00 / bug.n

Tiling Window Manager for Windows
GNU General Public License v3.0
3.34k stars 213 forks source link

A cheatsheet, and a macro for showing it in the screen. #271

Closed m-spitfire closed 3 years ago

m-spitfire commented 3 years ago

Yeah as the title says, I think it would be great if there was a cheat sheet(a pdf or something, just showing all the shortcuts, and briefly explains what each of them does).

For example in Discord there's a shortcut ctrl+/ for showing a cheat sheet which contains all the stuff a user needs. If there was a similar thing in bug.n it would be great. Like pressing #h could bring the cheat sheet.

If there's possibility that could happen I can create a pull with that cheat sheet, if you need.

joten commented 3 years ago

There is a PDF in the documentation of the latest release under bug.n-9.0.2/doc/Cheat_sheet/ which lists the default hotkeys. Although it is not linked to a hotkey like ^ /::Run, open doc\Cheat_sheet\cheat_sheet.pdf.

It is created during the build process with tools/build.ahk using pandoc (if installed).

m-spitfire commented 3 years ago

@joten I don't have the pandoc installed so it didn't build for me, also I am using bug.n from its binary. Is there a place that I can get that cheat sheet?

joten commented 3 years ago

You may download the latest release, currently bug.n v9.0.2; the cheat sheet is located in the directory doc/Cheat_sheet/ of the archive. This cheat sheet is also compatible with the current master.

m-spitfire commented 3 years ago

Thank you!