static String setShift(String shiftLeft, String shiftTop) { return createLine(SHIFT, [shiftLeft, shiftTop]); }