Skip to content

Commit 9d05102

Browse files
committed
Tiny tweaks
1 parent c7e29ed commit 9d05102

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

TODO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
- Settings input with numeric input and buttons on either side
3333
- CSP to restrict `worker-src` (except that we don't want to block web
3434
workers, only service workers)
35+
- Publish mode where cells cannot be edited and it's just an interactive app
3536
- LLM
3637
- Button to clear conversation
3738
- Button to export conversation

src/keyboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ export const keybindings = {
3232
"Meta+c": "Copy",
3333
"Ctrl+x": "Cut",
3434
"Meta+x": "Cut",
35-
"Ctrl+Shift+v": "Paste values",
3635
// Disabled here because we handle paste event instead
3736
// TODO: Handle these keybindings only if no paste event is fired
3837
// "Ctrl+v": "Paste",
3938
// "Meta+v": "Paste",
39+
"Ctrl+Shift+v": "Paste values",
4040
"Meta+Shift+v": "Paste values",
4141
p: "Put After",
4242
"Shift+p": "Put Before",

0 commit comments

Comments
 (0)