You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
Some keybindings like Cmd+A for select all, Cmd+c for copy or Cmd+v for paste, Cmd+x, Cmd+Z (and potentially others? im no macOS expert) do not work/do nothing. Other macOS specific keybindings like Cmd+backspace and Cmd+shift+left do work
Steps To Reproduce
Try to use the following code:
use dioxus::prelude::*;fnmain(){
dioxus_desktop::launch(app);}pubfnapp(cx:Scope) -> Element{render!{
input {
style:"width:100%;",
value:"A lot of text to remove. Maybe you wish to select all to remove it?"}}}
Expected behavior
Standard keybindings work the same as in Safari,
Environment:
Dioxus version: 0.4.0/git main
Rust version: 1.76.0-nightly
OS info: macOS 14.1
App platform: desktop
Questionnaire
I'm interested in fixing this myself but don't know where to start
I would like to fix and I have a solution
I don't have time to fix this right now, but maybe later
The text was updated successfully, but these errors were encountered:
I encountered this issue too and would like implement it as standard behaviour.
I agree, this should be default behavior with a way to opt out in the window builder. If you are interested in adding this, we need to add a new option to the builder here and then apply the default window items here
Problem
Some keybindings like Cmd+A for select all, Cmd+c for copy or Cmd+v for paste, Cmd+x, Cmd+Z (and potentially others? im no macOS expert) do not work/do nothing. Other macOS specific keybindings like Cmd+backspace and Cmd+shift+left do work
Steps To Reproduce
Try to use the following code:
Expected behavior
Standard keybindings work the same as in Safari,
Environment:
Questionnaire
The text was updated successfully, but these errors were encountered: