We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36baafc commit 77e8122Copy full SHA for 77e8122
src/clusterfuzz/_internal/platforms/linux/gestures.py
@@ -22,7 +22,6 @@
22
from clusterfuzz._internal.system import shell
23
24
MAX_CHARS_TO_TYPE = 20
25
-RELOAD_GESTURE = 'key,F5'
26
27
COORDINATE_DELTA_MIN = -100
28
COORDINATE_DELTA_MAX = 200
src/clusterfuzz/_internal/platforms/windows/gestures.py
@@ -26,8 +26,6 @@
# This can be imported from appengine, so make sure we don't exception out.
pass
29
-RELOAD_GESTURE = 'key,{F5}'
30
-
31
32
def find_windows_for_process(process_id):
33
"""Return visible windows belonging to a process."""
0 commit comments