add application key footnote
This commit is contained in:
parent
99604b7074
commit
73faf6d890
3 changed files with 7 additions and 1 deletions
2
docs/docs/codes/_footnotes/ios-application.mdx
Normal file
2
docs/docs/codes/_footnotes/ios-application.mdx
Normal 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
|
|
@ -7,9 +7,11 @@
|
|||
import example from "@site/docs/codes/_footnotes/example.mdx";
|
||||
import iosPower from "@site/docs/codes/_footnotes/ios-power.mdx";
|
||||
import macosPower from "@site/docs/codes/_footnotes/macos-power.mdx";
|
||||
import iosApplication from "@site/docs/codes/_footnotes/ios-application.mdx";
|
||||
|
||||
export default {
|
||||
example,
|
||||
iosPower,
|
||||
macosPower,
|
||||
iosApplication,
|
||||
};
|
||||
|
|
|
@ -2670,7 +2670,9 @@ export default [
|
|||
macos: true,
|
||||
ios: true,
|
||||
},
|
||||
footnotes: {},
|
||||
footnotes: {
|
||||
ios: ["iosApplication"],
|
||||
},
|
||||
},
|
||||
{
|
||||
names: ["K_POWER", "K_PWR"],
|
||||
|
|
Loading…
Add table
Reference in a new issue