On this PC, my print screen key did not start a screen capture.
Other owners of similar HP Pavillion dv6 PC's also reported the same issue:
https://bugs.launchpad.net/ubuntu/+sour ... omments/27
and https://bugs.launchpad.net/ubuntu/+sour ... ug/1295994
I used the xev command to display the actual key code generated
while hitting the PrintScr key:
the utility xev showed that my HP Pavillion dv6 sends a 218 code when
its PrintScr key is pressed ! (The "standard value" is 107.)
Here is my "fix" using bookworm 10.0.6, go to the file:
/usr/share/X11/xkb/keycodes/evdev
and display the not working code:
cat evdev | grep PRSC
<PRSC> = 107;
This fix (needed for the first run of a new Puppy Linux iso on my HP Pavillion dv6 )
is to edit /usr/share/X11/xkb/keycodes/evdev,
and search for PRSC (note upper case) and change the 107 value to be 218.
I needed to save that edit change and reboot.
my print screen key on my HP Pavillion dv6 now works.