diff --git a/share/tools/web_config/webconfig.py b/share/tools/web_config/webconfig.py index e3e4ddd31..9948635a5 100755 --- a/share/tools/web_config/webconfig.py +++ b/share/tools/web_config/webconfig.py @@ -325,8 +325,11 @@ class BindingParser: result += 'Right Arrow' elif c == 'D': result = "Left Arrow" + elif c == 'F': + result = "End" elif c == 'H': result = "Home" + return result def get_readable_binding(self):