feat(docs): Document globe key specific quirks
This commit is contained in:
parent
65667b863a
commit
6c75d6986c
3 changed files with 6 additions and 1 deletions
1
docs/docs/codes/_footnotes/globe.mdx
Normal file
1
docs/docs/codes/_footnotes/globe.mdx
Normal 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)).
|
|
@ -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,
|
||||
};
|
||||
|
|
|
@ -7884,6 +7884,8 @@ export default [
|
|||
macos: true,
|
||||
ios: true,
|
||||
},
|
||||
footnotes: {},
|
||||
footnotes: {
|
||||
macos: ["globe"],
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue