about summary refs log tree commit diff stats
path: root/js/inknswitch/index.html
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-01-13 07:55:59 -0500
committerelioat <elioat@tilde.institute>2024-01-13 07:55:59 -0500
commit11b0eb351dfae0467df2e94cc1ff0073091e4104 (patch)
tree774aa2c13bd3cdd4888123261a589f8e53e61e76 /js/inknswitch/index.html
parentc31a29fa54b77d4bd238ac7d576c190c0c46d7cb (diff)
downloadtour-11b0eb351dfae0467df2e94cc1ff0073091e4104.tar.gz
still doesn't work great on mobile...but, do I care?
Diffstat (limited to 'js/inknswitch/index.html')
-rw-r--r--js/inknswitch/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/inknswitch/index.html b/js/inknswitch/index.html
index 4fa3356..b0fe0a0 100644
--- a/js/inknswitch/index.html
+++ b/js/inknswitch/index.html
@@ -45,8 +45,8 @@
 </head>
 <body>
     <!-- <button id="toggleButton">Toggle</button> -->
-    <textarea id="noteArea" rows="10" cols="30" placeholder="This is a modal note taking tool. With it, you can type text that'll be saved to the browser, and you can draw images that'll also be saved to the browser. You are in typing mode right now. To toggle between modes tap cmd or ctrl + d. When in drawing mode, tap c to clear the canvas, tap s to save the contents of the canvas to a png."></textarea>
-    <canvas id="drawingArea" width="500" height="500"></canvas>
+    <textarea id="noteArea" rows="10" cols="30" placeholder="This is a modal note taking tool. With it, you can type text that'll be saved to the browser, and you can draw images that'll also be saved to the browser. You are in typing mode right now. To toggle between modes tap either or cmd + d, ctrl + d or cmd + 1, or ctrl +1. When in drawing mode, tap c to clear the canvas, tap s to save the contents of the canvas to a png."></textarea>
+    <canvas id="drawingArea" width="500" height="500" tabindex="0"></canvas>
     <script src="ink.js"></script>
 </body>
 </html>
\ No newline at end of file