Open
Conversation
9604b8e to
b1d75ce
Compare
Updates hotkey bindings for abilities from patch 5.0.14: - AmorphousArmorcloud (Infestor): C default, F in TheCore Lite - CloakingField (Mothership): C default, Space in TheCore Lite - LurkerHoldFire (non-burrowed Lurker): F default, E in TheCore Lite - ResearchFrenzy (HydraliskDen): F default - CameraMove bindings: added explicit defaults All keyboard layouts regenerated. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
b1d75ce to
b0981d2
Compare
Adds a Kinesis Advantage2 adaptation of TheCore Lite. Hand position is shifted one column right (index on F instead of D). Changes: - Add Kinesis layout definition to KeyboardLayouts.ini - Add KinesisAdvantage2/ with README and generated hotkeys Key transformations: - All left-hand keys shift one column right - Grave shifts to 1 (matching the pattern) - Edge keys (5, T, G, B) remap to Grave, OEM102, Left, Right - Arrow keys remap to IJKL (camera moves to right hand) - Space remaps to Backspace (rapid-fire on thumb) Freed keys: Tab, CapsLock, Equals, Delete 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
b0981d2 to
36cbf2a
Compare
Add Z to the list of unbound keys and suggest remapping it to Shift for easier modifier access. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Kinesis Advantage2 keyboard layout for TheCore Lite.
Hand position shifts one column right (index on F instead of D), with edge keys remapping to arrow keys and Delete to avoid crossing the keyboard split. Camera moves to IJKL to free arrow keys for abilities.
See KinesisAdvantage2/README.md for full documentation.
Files
Note: This includes the patch 5.0.14 ability updates from #55 as well as adding the Camera move hotkeys to the system, as Left and Right need to be used for ability mappings. See that PR for more explanation of those changes.