swiftDialog / swiftDialog

Create user-notifications on macOS with swiftDialog
MIT License
546 stars 53 forks source link

`--quitkey` not respected when used along with `--presentation` #375

Closed BigMacAdmin closed 2 months ago

BigMacAdmin commented 3 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Open Terminal
  2. Run /usr/local/bin/dialog --presentation --quitkey 'k'
  3. Attempt to quit the dialog by pressing "Command+k"
  4. Observe that this keyboard combination does not work
  5. Press "Command+q" and see that the dialog window closes

Expected behavior Command+q should not close the dialog when --quitkey is used

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.