File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments