Skip to content

Commit cb22954

Browse files
committed
Merge remote-tracking branch 'coder/main' into becky
2 parents 577629f + 47170da commit cb22954

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Core features we have experimented with so far:
99
- Swap between small language-specific dictionaries for syntax word prediction
1010
- Add words to dictionary temporarily (for this session) or permanently
1111
- 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
1313
- A plugin to copy text to clipboard via a regex filter
1414
- Add larger SuggestionGrid for situations in which you want more suggestions visible
1515

@@ -18,6 +18,18 @@ Keyboard features:
1818
- Specific keyboard for VS Code, including lockable shortcut bar, snippets, navigation and more
1919
- Colour styling of keyboard to help find symbols
2020

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
2133

2234
## Main VS Code keyboard interface
2335
![Screenshot of Optikey Coder with main VS Code keyboard loaded](https://user-images.githubusercontent.com/12151404/219380689-17925bfa-0005-44d5-907c-651d08702dc9.PNG)

0 commit comments

Comments
 (0)