honzaap / Systemizer

A system design tool that allows you to simulate data flow of distributed systems.
https://honzaap.github.io/Systemizer/
GNU General Public License v3.0
1.38k stars 90 forks source link

Prevent keyboard shortcuts form triggering when inside any input form #30

Closed honzaap closed 3 years ago

honzaap commented 3 years ago

Pressing CTRL+C/Z/X/V or DEL will trigger the given action but with component. These actions should be disabled if user is typing something to input or text field, but still functional for copying or deleting text etc...