bluebird75 / winpdb

Fork of the official winpdb with improvements
Other
91 stars 24 forks source link

More hotkeys #18

Closed dlordi closed 5 years ago

dlordi commented 5 years ago

Added more hotkeys for the File menu actions and changed the Alt-X to Ctrl-X to quit winpdb 😃 List of hotkeys added/changed: Ctrl-P: Password Ctrl-L: Launch Ctrl-A: Attach Ctrl-D: Detach Ctrl-S: Stop Ctrl-R: Restart Ctrl-O: Open Source Ctrl-X (Command-Q on Mac): Exit

bluebird75 commented 5 years ago

Nice. Ctrl-X to quit is good, this is a common shortcut in the Windows world as well.

dlordi commented 5 years ago

Thank you, glad to see you like this choice. Next thing I'd like to implement is an easier way to evaluate an expression instead of typing an "eval" command.

dlordi commented 5 years ago

I think using Ctrl-X to exit is not a good choice... it conflicts with the "cut" keyboard shortcut when the input command box is focused. What about using Ctrl-Q?