forked from jupyterlab/jupyterlab
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
Tab
as an alternative shortcut for accepting inline completion (j…
…upyterlab#16565) * Update Completer shortcuts * updates docs * removes unintended changes * fix * changes editor extensions completer invoke back to "Tab" * update docs * add Alt+End back as an option for inline-completer:accept * fix inline completer adding keys seperately * revert documentation test file * update hover image
- Loading branch information
1 parent
d2c54cf
commit 0b12f66
Showing
3 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1309,7 +1309,7 @@ | |
"label": "Accept Inline Completion", | ||
"caption": "", | ||
"shortcuts": [ | ||
"Alt End" | ||
"Tab" | ||
] | ||
}, | ||
{ | ||
|
Binary file modified
BIN
+784 Bytes
(150%)
...-completer.test.ts-snapshots/inline-completer-shortcuts-on-jupyterlab-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters