Overwrite CMD+S and CTRL+S in Javascript
Do you often work with backend forms in your web application scrolling endless down to the submit button? Why not overwrite the submit button with the common use save keyboard hotkeys CMD+S (Mac) and CTRL+S (Win) with Javascript? At first,… Continue Reading