@theia/keymaps 1.39.0-next.1 → 1.39.0-next.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -37,7 +37,7 @@ You can use `shift`, `ctrl`, `alt`, `meta`, `option` (`alt`), `command` (`meta`)
37
37
 
38
38
  You can also use the following strings for special keys: `backspace`, `tab`, `enter`, `return`, `capslock`, `esc`, `escape`, `space`, `pageup`, `pagedown`, `end`, `home`, `left`, `up`, `right`, `down`, `ins`, `del` and `plus`.
39
39
 
40
- If unsure you can always look at the framework's [supported keys](https://eclipse-theia.github.io/theia/docs/next/modules/core.key-2.html)
40
+ If unsure you can always look at the framework's [supported keys](https://eclipse-theia.github.io/theia/docs/next/modules/core.Key-4.html)
41
41
 
42
42
  ## Key Sequences
43
43
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@theia/keymaps",
3
- "version": "1.39.0-next.1+c1a2b7b02",
3
+ "version": "1.39.0-next.12+44316b36c",
4
4
  "description": "Theia - Custom Keymaps Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.39.0-next.1+c1a2b7b02",
7
- "@theia/monaco": "1.39.0-next.1+c1a2b7b02",
6
+ "@theia/core": "1.39.0-next.12+44316b36c",
7
+ "@theia/monaco": "1.39.0-next.12+44316b36c",
8
8
  "@theia/monaco-editor-core": "1.72.3",
9
- "@theia/preferences": "1.39.0-next.1+c1a2b7b02",
10
- "@theia/userstorage": "1.39.0-next.1+c1a2b7b02",
9
+ "@theia/preferences": "1.39.0-next.12+44316b36c",
10
+ "@theia/userstorage": "1.39.0-next.12+44316b36c",
11
11
  "jsonc-parser": "^2.2.0"
12
12
  },
13
13
  "devDependencies": {
@@ -48,5 +48,5 @@
48
48
  "nyc": {
49
49
  "extends": "../../configs/nyc.json"
50
50
  },
51
- "gitHead": "c1a2b7b021cb67db4cc05a57cd3561bcba023ab9"
51
+ "gitHead": "44316b36c2bcac1deb692e16c9ddf6a1480d5312"
52
52
  }