public static void triggerV(PosScreen pos) {
Input input = pos.getInput();
if (capsLockSet || input.isFunctionSet("SHIFT")) {
input.appendChar('V');
} else {
input.appendChar('v');
}
}
public static void triggerW(PosScreen pos) {
Input input = pos.getInput();