I am trying to simulate the simultaneous pressing of shift, alt, and num lock in a short bash script for enabling mouse keys/pointerkeys automatically. I tried Xdotool, which does not simulate an actual num lock keypress, only changing the status of num lock. Is there something simple I'm not seeing?