public static void triggerP(PosScreen pos) {
Input input = pos.getInput();
if (capsLockSet || input.isFunctionSet("SHIFT")) {
input.appendChar('P');
} else {
input.appendChar('p');
}
}
public static void triggerQ(PosScreen pos) {
Input input = pos.getInput();