-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added
Shift + Enter
, simplified folder opening
Pressing `Shift + Enter` on the output textbox will attempt to open the entered text instead of saving/renaming. The tooltip has been updated and now uses `constants.OUTPUT_TEXTBOX_TOOLTIP_SUFFIX`. `self.open_folder()` has been refactored to be simpler. Whether the first or a random file plays is now based on whether or not you end up with shuffle mode enabled: 1. `Alt`/`Ctrl + Shift` - Autoplay, no shuffle mode, play first file. 2. `Ctrl` - Autoplay, shuffle mode, play random file. 3. `Shift` - No autoplay, ignore shuffle mode, play first file. If no modifiers are pressed, autoplay is enabled and shuffle mode stays on its current setting, playing the first or a random file accordingly (this fixes tab-searching to a folder resetting shuffle mode). I may tweak these modifiers further in the future to restore some control.
- Loading branch information
1 parent
4b3354f
commit ade9675
Showing
3 changed files
with
85 additions
and
45 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