Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project settings to allow for enable/disable of keyboard shortcuts #1176

Open
jcdevz-dev opened this issue Mar 27, 2023 · 3 comments
Open

Project settings to allow for enable/disable of keyboard shortcuts #1176

jcdevz-dev opened this issue Mar 27, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@jcdevz-dev
Copy link

Describe the bug
I wanted to copy the field value when I accidentally press ctrl+x and the data disappeared and nowhere to be found. fortunately my sub collection of that document is not affected so when I added the data again it is aligned properly. Is this a feature or a bug?

To Reproduce
Steps to reproduce the behavior:

  1. Go to any rowy data
  2. Click on a field
  3. Press Ctrl+x
  4. Data gone

Expected behavior
On cut, the data is deleted

Rowy Run version
Rowy Run v

Desktop (please complete the following information):

  • OS: Windows 11 Home Single Language v.22H2 build 22621.1413
  • Chrome
  • Version 111.0.5563.111
@jcdevz-dev jcdevz-dev changed the title Aciidental Cut Ctrl+x ! Aciidental Cut Ctrl+x ! Deletes Data. Mar 27, 2023
@harinij
Copy link
Member

harinij commented Mar 31, 2023

Hi @jcdevz-dev 👋 ctrl+x is a keyboard shortcut for "Cut" and the data that is cut is on your clipboard and can be pasted back using ctrl+v. You can use ctrl+c to copy the data if you don't want to cut it.

Let us know if this clarifies your question or if you are experiencing something else.

@jcdevz-dev
Copy link
Author

jcdevz-dev commented Apr 1, 2023

hello @harinij thanks for the response. but isn't it possible to disable this feature? this is quite dangerous for the data to be easily cut like that and knowing firestore will auto saved, resulting the data to be removed on the database. (* actually happened on me)

@jcdevz-dev jcdevz-dev changed the title Aciidental Cut Ctrl+x ! Deletes Data. Accidental Cut Ctrl+x ! Deletes Data. Apr 16, 2023
@harinij
Copy link
Member

harinij commented Apr 20, 2023

@jcdevz-dev since Ctrl+x is a universal shortcut for cut, you can always paste it back if you accidentally cut some data and want to put it back. We will look into adding option in project settings to disable keyboard shortcuts.

@harinij harinij changed the title Accidental Cut Ctrl+x ! Deletes Data. Project settings to allow for enable/disable of keyboard shortcuts Apr 20, 2023
@harinij harinij added the enhancement New feature or request label Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants