|
@@ -289,7 +289,7 @@
|
|
|
"command": { "default": "notebook:enter-command-mode" },
|
|
|
"keys": { "default": ["Escape"] },
|
|
|
"selector": {
|
|
|
- "default": ".jp-Notebook.jp-mod-editMode:not(.jp-Tooltip-anchor)"
|
|
|
+ "default": ".jp-Notebook.jp-mod-editMode"
|
|
|
}
|
|
|
},
|
|
|
"type": "object"
|
|
@@ -546,6 +546,24 @@
|
|
|
},
|
|
|
"type": "object"
|
|
|
},
|
|
|
+ "tooltip:dismiss-console": {
|
|
|
+ "default": { },
|
|
|
+ "properties": {
|
|
|
+ "command": { "default": "tooltip:dismiss" },
|
|
|
+ "keys": { "default": ["Escape"] },
|
|
|
+ "selector": { "default": "body.jp-mod-tooltip .jp-CodeConsole" }
|
|
|
+ },
|
|
|
+ "type": "object"
|
|
|
+ },
|
|
|
+ "tooltip:dismiss-notebook": {
|
|
|
+ "default": { },
|
|
|
+ "properties": {
|
|
|
+ "command": { "default": "tooltip:dismiss" },
|
|
|
+ "keys": { "default": ["Escape"] },
|
|
|
+ "selector": { "default": "body.jp-mod-tooltip .jp-Notebook" }
|
|
|
+ },
|
|
|
+ "type": "object"
|
|
|
+ },
|
|
|
"tooltip:launch-console": {
|
|
|
"default": { },
|
|
|
"properties": {
|