Feature/autoplay toggle on start #637
                
     Merged
            
            
          
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Description
Alt/Option + A Start autoplay should be a toggle (start/stop depending on the state - same as the other key combination toggles)
Add prop/tag to Deck to pause autoplaying on slideshow start
Fixes #633 (issue)
Type of Change
Please delete options that are not relevant.
How Has This Been Tested?
Master branch has been downloaded and functionality has been tested by manually trying the 2 new features in the example project. To verify changes:
Enable autoplay in the example presentation and start/pause autoplay multiple times with key combination Alt/Option + A
Setup Deck props with all combinations of autoplay={true/false} and autoplayOnStart={true/false}
-Case autoplay={false} autoplayOnStart={false} -> autoplay controls are not available & no autoplay
-Case autoplay={false} autoplayOnStart={true} -> autoplay controls are not available & no autoplay (autoplayOnStart is ignored)
Checklist:
yarn prettier-fix && yarn lint)yarn test)