|
@@ -30,10 +30,10 @@ if Xlib:
|
|
XK.XK_slash: RewriteKeyEventAction(keysym=XK.XK_Control_L, target_engine_index=1),
|
|
XK.XK_slash: RewriteKeyEventAction(keysym=XK.XK_Control_L, target_engine_index=1),
|
|
XK.XK_n: RewriteKeyEventAction(keysym=XK.XK_Delete, target_engine_index=1),
|
|
XK.XK_n: RewriteKeyEventAction(keysym=XK.XK_Delete, target_engine_index=1),
|
|
XK.XK_space: RewriteKeyEventAction(keysym=XK.XK_Control_L, target_engine_index=TargetEngine.All),
|
|
XK.XK_space: RewriteKeyEventAction(keysym=XK.XK_Control_L, target_engine_index=TargetEngine.All),
|
|
- XK.XK_e: SelectGagAction(target_engine_index=0, factor_x=0.038, factor_y=-0.047), # elephant trunk
|
|
|
|
- XK.XK_o: SelectGagAction(target_engine_index=1, factor_x=0.038, factor_y=-0.047), # elephant trunk
|
|
|
|
- XK.XK_f: SelectGagAction(target_engine_index=0, factor_x=0.119, factor_y=-0.047), # foghorn
|
|
|
|
- XK.XK_semicolon: SelectGagAction(target_engine_index=1, factor_x=0.119, factor_y=-0.047), # foghorn
|
|
|
|
|
|
+ XK.XK_e: SelectGagAction(target_engine_index=0, column_index=4, factor_y=-0.047), # elephant trunk
|
|
|
|
+ XK.XK_o: SelectGagAction(target_engine_index=1, column_index=4, factor_y=-0.047), # elephant trunk
|
|
|
|
+ XK.XK_f: SelectGagAction(target_engine_index=0, column_index=5, factor_y=-0.047), # foghorn
|
|
|
|
+ XK.XK_semicolon: SelectGagAction(target_engine_index=1, column_index=5, factor_y=-0.047), # foghorn
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|