Replies: 2 comments
-
Thanks for this great stuff! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also adding mode-specific hover menus. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a big version. I'll describe some of the changes:
More compact settings, but also less compact settings (no mode specific versions)
Added more Show settings to hide the top buttons of the interface.
Added
Show Pins
andShow Unloaded
, which can be unchecked. AddedToggle Unloaded
.Filter Enter is a setting to define if Enter is required when filtering normal (tabs, closed), or search (history, bookmarks), or both, or none.
Added a simple system to override default settings. The idea is to provide a file to define all setting default values to be overriden, as to create distros of grasshopper.
https://github.com/madprops/grasshopper/blob/main/js/overrides.js
Lots of changes in Triggers. Added mode specific click events and others.
Removed settings
Load Lock
andClick Select
because the configurations are possible by tweaking trigger settings.Lots of internal Menus modifications to bring names to current standards. Might need to edit backups.
Added
Soft Action
command which is an Action command (click on item) except it won't load unloaded items.Also added
Select Item
command, which only selects items.These are meant to be used on Trigger mappings.
Beta Was this translation helpful? Give feedback.
All reactions