Flipper-XFW / Xtreme-Firmware

The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today!
https://flipper-xtre.me
GNU General Public License v3.0
9.16k stars 650 forks source link

BadKB / BadUSB known bug with lack of DELETE #460

Closed nomad-c closed 7 months ago

nomad-c commented 7 months ago

Describe the bug.

no way to issue ALT CTRL DELETE and as script sends backspace instead of DELETE

Reproduction

everything described and fixed here: https://github.com/flipperdevices/flipperzero-firmware/issues/2220

not fixed in Extreme firmware

Target

No response

Logs

No response

Anything else?

No response

ClaraCrazy commented 7 months ago

quite literally in the firmware and working

ClaraCrazy commented 7 months ago

https://github.com/Flipper-XFW/Xtreme-Firmware/blob/dev/applications/main/bad_kb/helpers/ducky_script_keycodes.c

nomad-c commented 7 months ago

in code I can see: {"DELETE", HID_KEYBOARD_DELETE_FORWARD}, {"BACKSPACE", HID_KEYBOARD_DELETE}, I'm not sure if this is ok or not

while using - badKB is not sending ALT CTRL DELETE (OR CTRL ALR DELETE) If this would work I wouldn't start this issue

nomad-c commented 7 months ago

Sorry - found it - my mistake

nomad-c commented 7 months ago

My mistake was editing different file than running Sorry