DryCreations / pdfproject

Adapting starter code that uses itext7, into a program that can draw onto pdfs, and export files to pdf
1 stars 3 forks source link

Action 84 - Keyboard shortcuts for saving, new documents, and undo/redo #61

Closed leonard-parker5 closed 3 years ago

leonard-parker5 commented 3 years ago

List Any Relevant Actions or Tasks

Actions

84

Tasks

19.2 19.2.1 19.2.2 19.2.3

Description of Changes

Added keyboard shortcuts that press the save document button, new document button, and undo/redo buttons. CTRL+S for saving, CTRL+N for creating a new document, CTRL+Z for undo, and CTRL+Y for redo.

Relevant Artifacts

https://user-images.githubusercontent.com/43549673/115793992-320e7a00-a39b-11eb-924d-d514799af99a.mp4

Other Comments

This branch builds off #59 , and should not be merged until #59 is merged.