forked from kofal.net/zmk
feat(hid): Add C_AC_DESKTOP_SHOW_ALL_APPLICATIONS
* support for C_AC_DESKTOP_SHOW_ALL_APPLICATIONS Co-authored-by: Shreyas Kale <shreyaskale@Shreyass-MacBook-Pro.local>
This commit is contained in:
@@ -7251,7 +7251,7 @@ export default [
|
||||
windows: null,
|
||||
linux: true,
|
||||
android: true,
|
||||
macos: null,
|
||||
macos: true,
|
||||
ios: null,
|
||||
},
|
||||
footnotes: {},
|
||||
@@ -7713,7 +7713,28 @@ export default [
|
||||
windows: null,
|
||||
linux: true,
|
||||
android: null,
|
||||
macos: null,
|
||||
macos: true,
|
||||
ios: null,
|
||||
},
|
||||
footnotes: {},
|
||||
},
|
||||
{
|
||||
names: ["C_AC_DESKTOP_SHOW_ALL_APPLICATIONS"],
|
||||
description: "Desktop Show All Applications",
|
||||
context: "Consumer AC",
|
||||
clarify: true,
|
||||
usages: [
|
||||
{
|
||||
application: consumerApplication,
|
||||
item: usage(consumerPage, 0x2a2),
|
||||
},
|
||||
],
|
||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=153",
|
||||
os: {
|
||||
windows: null,
|
||||
linux: true,
|
||||
android: null,
|
||||
macos: true,
|
||||
ios: null,
|
||||
},
|
||||
footnotes: {},
|
||||
|
||||
Reference in New Issue
Block a user