For some reason command+r is forcing the generation of a new output rather than refreshing the page.
This is not advisable because it breaks the basic contract between the user and the browser, confusing usability.
How do I disable this behavior?
Originally created by @unlucio on GitHub (Feb 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10756
For some reason `command+r` is forcing the generation of a new output rather than refreshing the page.
This is not advisable because it breaks the basic contract between the user and the browser, confusing usability.
How do I disable this behavior?
Ok, but it's a behavior that breaks the standard contract of the web browser at large. It'd be nice to, at least, to be able to choose if one wants such behavior or not.
<!-- gh-comment-id:2684755820 -->
@unlucio commented on GitHub (Feb 26, 2025):
Ok, but it's a behavior that breaks the standard contract of the web browser at large. It'd be nice to, at least, to be able to choose if one wants such behavior or not.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @unlucio on GitHub (Feb 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10756
For some reason
command+ris forcing the generation of a new output rather than refreshing the page.This is not advisable because it breaks the basic contract between the user and the browser, confusing usability.
How do I disable this behavior?
@tjbck commented on GitHub (Feb 25, 2025):
if text input area is focused command+r will regenerate the response.
@unlucio commented on GitHub (Feb 26, 2025):
Ok, but it's a behavior that breaks the standard contract of the web browser at large. It'd be nice to, at least, to be able to choose if one wants such behavior or not.