add application key footnote

This commit is contained in:
Tyler Walker 2020-12-15 16:58:12 -05:00
parent 99604b7074
commit 73faf6d890
3 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,2 @@
Keycode is registered, but has no visible effect in tested apps (Gmail, Safari, Notes)
iPhone 6 / iOS 12.4.6

View file

@ -7,9 +7,11 @@
import example from "@site/docs/codes/_footnotes/example.mdx"; import example from "@site/docs/codes/_footnotes/example.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 iosApplication from "@site/docs/codes/_footnotes/ios-application.mdx";
export default { export default {
example, example,
iosPower, iosPower,
macosPower, macosPower,
iosApplication,
}; };

View file

@ -2670,7 +2670,9 @@ export default [
macos: true, macos: true,
ios: true, ios: true,
}, },
footnotes: {}, footnotes: {
ios: ["iosApplication"],
},
}, },
{ {
names: ["K_POWER", "K_PWR"], names: ["K_POWER", "K_PWR"],