Fix : Override browser default shortcuts on Linux/Windows system #8
Loading…
Reference in a new issue
No description provided.
Delete branch "fix-ctrl-l"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ctrl + l
is needed to clear terminal output instead of accessing bar which is the browser's default behaviour for the shortcut. By enablingpreventDefault()
prevents default case here.This PR fixes this.
Fix : Make `Ctrl + l` work on Linux/Windows systemto Fix : `Ctrl + l` to clear terminal output instead of address bar access on Linux/Windows system@Artturin @Yehowshua Can you test this on Linux/Windows system?
The fix works on Linux!!
Can you please modify code to also handle tab keys - and then we're good!
Fix : `Ctrl + l` to clear terminal output instead of address bar access on Linux/Windows systemto Fix : Override browser default shortcuts on Linux/Windows system