tashcan / bob

GNU General Public License v3.0
62 stars 15 forks source link

Add more hotkeys, update readme/changleog #1

Closed netniV closed 1 year ago

netniV commented 1 year ago

This PR adds some README/CHANGELOG items and attempts to add a few more hotkeys for useful daily tasks.

NOTE: Some items are still work in progress as they do not have a SectionID or require extra implementation that I'm not yet sure of. These may ultimately be removed or require assistance in completing

tashcan commented 1 year ago

Hey, thanks for this.

I have just updated the SectionID enum with the latest version, that should give some of the missing ones. Currently still looking into what needs to be done to fix some of the screens not loading when doing a section change without first manually opening the section once.

netniV commented 1 year ago

I suspect, based on what i've seen so far, the reason it works after the first time, is that the context or data args have been passed in once, so it uses the cached versions of them. It may be that to display those sections, we need to make sure we have the context, but that could be tricky I guess.

I have now updated the PR (force a push to refresh it all). Also added the ability to hit escape to hide scanned items (thanks for the help on that).