feat(docs): Document globe key specific quirks

This commit is contained in:
ReFil 2023-10-09 15:08:45 +01:00 committed by Cem Aksoylar
parent 65667b863a
commit 6c75d6986c
3 changed files with 6 additions and 1 deletions

View file

@ -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)).

View file

@ -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,
};

View file

@ -7884,6 +7884,8 @@ export default [
macos: true,
ios: true,
},
footnotes: {},
footnotes: {
macos: ["globe"],
},
},
];