forked from kofal.net/zmk
feat(docs): Document globe key specific quirks
This commit is contained in:
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 iosApplication from "@site/docs/codes/_footnotes/ios-application.mdx";
|
||||||
import iosPower from "@site/docs/codes/_footnotes/ios-power.mdx";
|
import iosPower from "@site/docs/codes/_footnotes/ios-power.mdx";
|
||||||
import macosPower from "@site/docs/codes/_footnotes/macos-power.mdx";
|
import macosPower from "@site/docs/codes/_footnotes/macos-power.mdx";
|
||||||
|
import globe from "@site/docs/codes/_footnotes/globe.mdx";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
example,
|
example,
|
||||||
iosApplication,
|
iosApplication,
|
||||||
iosPower,
|
iosPower,
|
||||||
macosPower,
|
macosPower,
|
||||||
|
globe,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -7884,6 +7884,8 @@ export default [
|
|||||||
macos: true,
|
macos: true,
|
||||||
ios: true,
|
ios: true,
|
||||||
},
|
},
|
||||||
footnotes: {},
|
footnotes: {
|
||||||
|
macos: ["globe"],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user