Spaces:
Running
Running
Update script.js
Browse files
script.js
CHANGED
@@ -1439,7 +1439,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
1439 |
showPromptModal();
|
1440 |
}
|
1441 |
}
|
1442 |
-
else if (event.key.toLowerCase() === '
|
1443 |
event.preventDefault();
|
1444 |
if (lastGenerationConfig.prompt) {
|
1445 |
console.log("Alt+R: Regenerating with last settings:", lastGenerationConfig);
|
|
|
1439 |
showPromptModal();
|
1440 |
}
|
1441 |
}
|
1442 |
+
else if (event.key.toLowerCase() === 'j' || event.code === 'KeyJ') {
|
1443 |
event.preventDefault();
|
1444 |
if (lastGenerationConfig.prompt) {
|
1445 |
console.log("Alt+R: Regenerating with last settings:", lastGenerationConfig);
|