Closed bessx closed 4 months ago
Which key code this symbol emits?
Does this help (sorry for the format, it's kind of personal notes too)?
usage 0x029D
(this is AC Next Keyboard Layout Select
)fn
and globe
are physically the same."0x5300
, but it might be an internal value of the qmk software/firmware)page 0xFF, usage 0x03
for the FN key, but it seems to be required to announce an Apple keyboard VID/PID?AppleVendor Page Top Case (0x00ff), kHIDUsage_AV_TopCase_KeyboardFn (0x0003)
0x029D
is missing (that would be the Globe
key), also in ducky_script_keycodes.c
many of theses are not exposed? Maybe expose way more keys than RubberDucky?* might contain useful tables?
Edit: there's a newer version of the HID Usage Tables spec : https://usb.org/sites/default/files/hut1_4.pdf
We'll schedule it for next release
@nminaylov any progress?
@bessx can you test https://github.com/flipperdevices/flipperzero-firmware/pull/3403 ?
@bessx can you test #3403 ?
Sure, I'll test it out tonight! Thank you!
EDIT: Works great! Thanks!
BONUS EDIT: So happy this made it to the full version!! =]
Describe the enhancement you're suggesting.
Looking to run a badusb script on iPadOS or iOS, and I was trying to emulate the "globe" (🌐) key. Since there's a usb/bluetooth keyboard for the iPad with a global key, it should be possible to emulate, right?
Is there some shortcut for this, or is this not implemented? Please let me know best practices for this.
Thanks.
Anything else?
Anything else?
No response