h1. Resolved - Add keyboard shortcuts to split-screen typing mode bq. *update 28mar2014 - added a few more:* * ctrl+J - bare display that shows only the single textarea box for writing. no border, no nav bar, no buttons, no links. * ctrl+H - bare display per above except textarea box is only five lines tall. * ctrl+D - change display from dark text on a light background to light text on a dark background. * ctrl+B - reverts back to the original splitscreen display with original colors, buttons, etc. bq. *update 26aug2013:* * work in progress * ctrl+P = preview * ctrl+U = single-screen mode * ctrl+S = save * have only tested in Chrome browser on Windows laptop. * need to test with HP and iPad tablets, using the Apple Bluetooth keyboard. ** *testing completed on 27Aug2013* - works fine br. http://davidwalsh.name/keyboard-shortcuts http://davidwalsh.name/demo/keyboard-shortcuts.php http://craig.is/killing/mice https://github.com/ccampbell/mousetrap https://github.com/ccampbell/mousetrap/tree/master/plugins/global-bind http://jothut.com/demos/javascript/mousetrap/test.html https://github.com/jeresig/jquery.hotkeys http://www.stepanreznikov.com/js-shortcuts/ https://code.google.com/p/js-hotkeys/ http://stackoverflow.com/questions/3680919/overriding-browsers-keyboard-shortcuts Only need 2 to 4 shortcuts. h2. File Changes/Additions * -splitscreenform.tmpl- * splitscreen.js * -mousetrap.min.js- * -mousetrap.global.bind.js- #inprogress #junco #resolved