The "print screen" key is next to the BS key on my keyboard. Every time when I miss the BS key but hit the "print screen" key, a screen snapshotis printed from my (InkJet) printer.This has been so annoying that I decided to solve it. I'm using fluxbox, but I didn't find any such action in its hot-key def file (/etc/X11/fluxbox/keys). Is such feature defined in X?How can I disable the "print screen" key from printing to my printer?
Just I wild guess, but maybe assigning it some kind of action would help? For example "None Print :ExecCommand /bin/true". Not that I know what is the cause of such behavior...