|
2 | 2 | {
|
3 | 3 | "command": "jupytercad:undo",
|
4 | 4 | "keys": ["Accel Z"],
|
5 |
| - "selector": "body" |
| 5 | + "selector": ".data-jcad-keybinding" |
6 | 6 | },
|
7 | 7 | {
|
8 | 8 | "command": "jupytercad:redo",
|
9 |
| - "keys": ["Accel Y"], |
10 |
| - "selector": "body" |
| 9 | + "keys": ["Accel Shift Z"], |
| 10 | + "selector": ".data-jcad-keybinding" |
11 | 11 | },
|
12 | 12 | {
|
13 | 13 | "command": "jupytercad:removeObject",
|
14 | 14 | "keys": ["Delete"],
|
15 |
| - "selector": "body" |
| 15 | + "selector": ".data-jcad-keybinding" |
16 | 16 | },
|
17 | 17 | {
|
18 | 18 | "command": "jupytercad:wireframe",
|
19 | 19 | "keys": ["Accel Space"],
|
20 |
| - "selector": "body" |
| 20 | + "selector": ".data-jcad-keybinding" |
21 | 21 | },
|
22 | 22 | {
|
23 | 23 | "command": "jupytercad:executeConsole",
|
|
33 | 33 | "command": "jupytercad:selectConsoleCompleter",
|
34 | 34 | "keys": ["Enter"],
|
35 | 35 | "selector": ".jpcad-console .jp-ConsolePanel .jp-mod-completer-active"
|
| 36 | + }, |
| 37 | + { |
| 38 | + "command": "jupytercad:sketch", |
| 39 | + "keys": ["Accel Alt N"], |
| 40 | + "selector": ".data-jcad-keybinding" |
| 41 | + }, |
| 42 | + { |
| 43 | + "command": "jupytercad:newBox", |
| 44 | + "keys": ["Accel Alt B"], |
| 45 | + "selector": ".data-jcad-keybinding" |
| 46 | + }, |
| 47 | + { |
| 48 | + "command": "jupytercad:newCylinder", |
| 49 | + "keys": ["Accel Alt C"], |
| 50 | + "selector": ".data-jcad-keybinding" |
| 51 | + }, |
| 52 | + { |
| 53 | + "command": "jupytercad:newSphere", |
| 54 | + "keys": ["Accel Alt S"], |
| 55 | + "selector": ".data-jcad-keybinding" |
| 56 | + }, |
| 57 | + { |
| 58 | + "command": "jupytercad:newCone", |
| 59 | + "keys": ["Accel Alt E"], |
| 60 | + "selector": ".data-jcad-keybinding" |
| 61 | + }, |
| 62 | + { |
| 63 | + "command": "jupytercad:newTorus", |
| 64 | + "keys": ["Accel Alt T"], |
| 65 | + "selector": ".data-jcad-keybinding" |
| 66 | + }, |
| 67 | + { |
| 68 | + "command": "jupytercad:cut", |
| 69 | + "keys": ["Accel Alt X"], |
| 70 | + "selector": ".data-jcad-keybinding" |
| 71 | + }, |
| 72 | + { |
| 73 | + "command": "jupytercad:extrusion", |
| 74 | + "keys": ["Accel Alt E"], |
| 75 | + "selector": ".data-jcad-keybinding" |
| 76 | + }, |
| 77 | + { |
| 78 | + "command": "jupytercad:union", |
| 79 | + "keys": ["Accel Alt U"], |
| 80 | + "selector": ".data-jcad-keybinding" |
| 81 | + }, |
| 82 | + { |
| 83 | + "command": "jupytercad:intersection", |
| 84 | + "keys": ["Accel Alt I"], |
| 85 | + "selector": ".data-jcad-keybinding" |
| 86 | + }, |
| 87 | + { |
| 88 | + "command": "jupytercad:chamfer", |
| 89 | + "keys": ["Accel Alt H"], |
| 90 | + "selector": ".data-jcad-keybinding" |
| 91 | + }, |
| 92 | + { |
| 93 | + "command": "jupytercad:fillet", |
| 94 | + "keys": ["Accel Alt F"], |
| 95 | + "selector": ".data-jcad-keybinding" |
| 96 | + }, |
| 97 | + { |
| 98 | + "command": "jupytercad:updateAxes", |
| 99 | + "keys": ["Alt A"], |
| 100 | + "selector": ".data-jcad-keybinding" |
| 101 | + }, |
| 102 | + { |
| 103 | + "command": "jupytercad:updateExplodedView", |
| 104 | + "keys": ["Alt E"], |
| 105 | + "selector": ".data-jcad-keybinding" |
| 106 | + }, |
| 107 | + { |
| 108 | + "command": "jupytercad:updateCameraSettings", |
| 109 | + "keys": ["Accel Alt K"], |
| 110 | + "selector": ".data-jcad-keybinding" |
| 111 | + }, |
| 112 | + { |
| 113 | + "command": "jupytercad:updateClipView", |
| 114 | + "keys": ["Alt C"], |
| 115 | + "selector": ".data-jcad-keybinding" |
| 116 | + }, |
| 117 | + { |
| 118 | + "command": "jupytercad:exportJcad", |
| 119 | + "keys": ["Accel Alt X"], |
| 120 | + "selector": ".data-jcad-keybinding" |
36 | 121 | }
|
37 | 122 | ]
|
0 commit comments