Skip to content

Commit

Permalink
feat(docs): Document globe key specific quirks
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFil committed Oct 10, 2023
1 parent 791711b commit 8de0bf4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/docs/codes/_footnotes/globe.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Does not exactly replicate original key behavior on macOS, works for Globe+key modifiers but not Fn+key ([#1938](https://github.com/zmkfirmware/zmk/pull/1938#issuecomment-1744579039)).
2 changes: 2 additions & 0 deletions docs/src/data/footnotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ import example from "@site/docs/codes/_footnotes/example.mdx";
import iosApplication from "@site/docs/codes/_footnotes/ios-application.mdx";
import iosPower from "@site/docs/codes/_footnotes/ios-power.mdx";
import macosPower from "@site/docs/codes/_footnotes/macos-power.mdx";
import globe from "@site/docs/codes/_footnotes/globe.mdx";

export default {
example,
iosApplication,
iosPower,
macosPower,
globe,
};
4 changes: 3 additions & 1 deletion docs/src/data/hid.js
Original file line number Diff line number Diff line change
Expand Up @@ -7884,6 +7884,8 @@ export default [
macos: true,
ios: true,
},
footnotes: {},
footnotes: {
macos: ["globe"],
},
},
];

0 comments on commit 8de0bf4

Please sign in to comment.