You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Core features we have experimented with so far:
9
9
- Swap between small language-specific dictionaries for syntax word prediction
10
10
- Add words to dictionary temporarily (for this session) or permanently
11
11
- Add words from clipboard to train Presage
12
-
- Allow trigger gamebutton button to be held down for repeat presses
12
+
- Allow trigger gamepad button to be held down for repeat presses
13
13
- A plugin to copy text to clipboard via a regex filter
14
14
- Add larger SuggestionGrid for situations in which you want more suggestions visible
15
15
@@ -18,6 +18,18 @@ Keyboard features:
18
18
- Specific keyboard for VS Code, including lockable shortcut bar, snippets, navigation and more
19
19
- Colour styling of keyboard to help find symbols
20
20
21
+
## How to use our keyboards/settings
22
+
The full deployment relies on setting up a few different resources:
23
+
24
+
### Keyboards
25
+
In `Resources\Keyboards` you will find the current XML keyboards. Set this as your starting folder in (Right click ->) Management Console -> Visuals -> Startup Keyboard and "Folder containing dynamic keyboards"
26
+
27
+
### VS Code key bindings & snippets.
28
+
Several keys are hooked up to bespoke key bindings. You can find our keybindings in `Resources\shared-settings\keybindings.json`
29
+
30
+
The snippets references are in the `snippets` subfolder.
31
+
32
+
For these settings you can either copy-paste into your own respective files (e.g. `Configure User Snippets` and find the corresponding file) or you can set up a [symbolic link(https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/mklink) via windows command line to the appropriate location in %APPDATA%\Code\User
21
33
22
34
## Main VS Code keyboard interface
23
35

0 commit comments