diff --git a/public/scripts/RossAscends-mods.js b/public/scripts/RossAscends-mods.js index 03eb44855..a93bd8851 100644 --- a/public/scripts/RossAscends-mods.js +++ b/public/scripts/RossAscends-mods.js @@ -412,9 +412,11 @@ $("document").ready(function () { if (event.ctrlKey && event.key == "ArrowLeft") { //for debug, show all local stored vars CheckLocal(); } + /* if (event.ctrlKey && event.key == "ArrowRight") { //for debug, empty local storage state ClearLocal(); } + */ if (event.key == "ArrowLeft") { //swipes left if ( $(".swipe_left:last").css('display') === 'flex' && diff --git a/readme.md b/readme.md index 97e0b094a..cb82150c9 100644 --- a/readme.md +++ b/readme.md @@ -39,7 +39,6 @@ https://colab.research.google.com/github/SillyLossy/TavernAI-extras/blob/main/co * HotKeys * Ctrl+Up = Connect to API * Ctrl+Left = view locally stored variables (in the browser console window) - * Ctrl+Right = clear locally stored variables. * Ctrl+Enter = Regenerate last AI response. * User Name Changes and Character Deletion no longer force the page to refresh.