Skip to content

refactor: solid keymap (@fehmer)#8134

Draft
fehmer wants to merge 35 commits into
masterfrom
feature/solid-keymap
Draft

refactor: solid keymap (@fehmer)#8134
fehmer wants to merge 35 commits into
masterfrom
feature/solid-keymap

Conversation

@fehmer

@fehmer fehmer commented Jun 19, 2026

Copy link
Copy Markdown
Member

No description provided.

@monkeytypegeorge monkeytypegeorge added frontend User interface or web stuff packages Changes in local packages labels Jun 19, 2026
);

// Convert layout to KeyboardDefinition format
//TODO handle funbox layout_mirror

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A new Todo was discovered. If it is not a priority right now,consider marking it for later attention.
TODO handle funbox layout_mirror

*/
export async function getLayout(layoutName: string): Promise<LayoutObject> {
return await cachedFetchJson<LayoutObject>(`/layouts/${layoutName}.json`);
//TODO remove structuredClone, should not be needed with the new keymap implementation

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A new Todo was discovered. If it is not a priority right now,consider marking it for later attention.
TODO remove structuredClone, should not be needed with the new keymap implementation

@fehmer fehmer added the force-ci Force CI to run on draft PRs label Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

force-ci Force CI to run on draft PRs frontend User interface or web stuff packages Changes in local packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants