-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure: add support for using wrapper instead of shortcuts
No UI yet, I'm not sure how we want to present the setting for that, and it's not completely ready (it still has one bug), but at least the implementation is there for whenever we decide to do something with it. This can be used by using the configure_v3 and by changing default_shortcut_destination. That value is a bitmap but in decimal because json, have fun doing conversions with it! Using shortcuts (default) is 65536, using a wrapper with absolute path is 65536*2=131072, and using a wrapper with relative path is 65536*3=196608. Note that the configure_v3 will also add a few bits at the end of this number.
- Loading branch information
Showing
8 changed files
with
235 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.