awfice icon indicating copy to clipboard operation
awfice copied to clipboard

Can we get a version of edit that has they key bindings that the presentation maker does?

Open buckmaxwell opened this issue 3 years ago • 1 comments

The indent / header / etc hot keys are nice.

buckmaxwell avatar Oct 19 '20 14:10 buckmaxwell

Here you go...

data:text/html,<body bgcolor=CCCCCC onload="checkCookie()" ><div contenteditable="true" style="background-color:EEEEEE;min-height:18px;height:auto;position:relative;margin:20px auto;padding:20px;max-width:900;border:1px solid silver;line-height:1.4;font-size:14px;font-family:Arial,Helvetica,sans-serif;" id="editortext"></div><script>document.querySelectorAll("div").forEach(e=>e.onkeydown=e=>{n=e.ctrlKey&&e.altKey&&e.keyCode-49,x=["formatBlock","formatBlock","justifyLeft","justifyCenter","justifyRight","outdent","indent","insertUnorderedList"][n],y=["<h1>","<div>"][n],x&&document.execCommand(x,!1,y);setCookie("editortext",document.getElementById("editortext").innerHTML,30)});</script><div style="background-color:EEEEEE;height:auto;position:relative;margin:20px auto;padding:20px;max-width:900;border:1px solid silver;line-height:1.4;font-size:14px;font-family:Arial,Helvetica,sans-serif;"> <b>Ctrl+B Bold</b><br> <i>Ctrl+I Italic</i><br>%09Ctrl+Alt+1 Header<br>%09Ctrl+Alt+2 Normal<br>%09Ctrl+Alt+3 Align Left<br>%09Ctrl+Alt+4 Align Center<br>%09Ctrl+Alt+5 Align Right<br>%09Ctrl+Alt+6 Outdent<br>%09Ctrl+Alt+7 Indent<br>%09Ctrl+Alt+8 Bullet<br></div></body>

Snowflake6 avatar Oct 07 '21 04:10 Snowflake6