added gesture to close less/mless (swipe to left edge or left along bottom edge)
Este commit está contenido en:
padre
b87be17a64
commit
906226a4ed
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
|
@ -39,6 +39,11 @@ if [ "$HANDLE" -ne 0 ]; then
|
|||
xdotool key s
|
||||
HANDLE=0
|
||||
fi
|
||||
elif echo "$WMNAME" | grep -i -E -w "(less|mless)"; then
|
||||
if [ "$ACTION" = "back" ] || [ "$ACTION" = "scrollleft_short" ]; then
|
||||
xdotool key q
|
||||
HANDLE=0
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
|
Cargando…
Añadir tabla
Añadir enlace
Referenciar en una nueva incidencia