Skip to content

Ctrl+V with Dvorak keymap enables Zen mode instead of pasting the clipboard #1996

Description

@lo48576

Please make a clear and concise description of what the bug is.

Steps to reproduce

  1. Use Dvorak keymap on OS side
  2. Use "Plain text" view on Notes web UI
  3. Copy some string into the clipboard
  4. Attempt to paste to a note by C-v in Dvorak keymap (it is physically C-. in QWERTY keymap)

Expected behaviour

Content in the clipboard is pasted to the note.

Actual behaviour

Editor goes into Zen mode (as if I pressed C-. instead of C-v).

Screenshots

If applicable, add screenshots to help explain your problem.

N/A

Server

Please complete the following information.

  • Notes app version: 6.0.2
  • Nextcloud version: Nextcloud Hub 26 Spring (34.0.3)
  • OS: Linux (Debian 13.6)
  • Web server: Apache2 2.4.68-1~deb13u1
  • PHP version: php 8.4.24-1~deb13u1
  • Database: MariaDB 11.8.6-0+deb13u1

Nextcloud configuration:

Details ``` { "system": { "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "localhost", "" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "34.0.3.2", "overwrite.cli.url": "https:\/\/", "overwriteprotocol": "https", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "instanceid": "***REMOVED SENSITIVE VALUE***", "memcache.local": "\\OC\\Memcache\\Redis", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": 0, "timeout": 0 }, "filelocking.enabled": true, "memcache.locking": "\\OC\\Memcache\\Redis", "mail_smtpmode": "smtp", "mail_smtpsecure": "ssl", "mail_sendmailmode": "smtp", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "465", "mail_smtpauth": 1, "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "maintenance": false, "theme": "", "loglevel": 2, "default_phone_region": "JP", "twofactor_enforced": "true", "twofactor_enforced_groups": [ "admin" ], "twofactor_enforced_excluded_groups": [], "overwritehost": "", "htaccess.RewriteBase": "\/", "maintenance_window_start": 18, "trusted_proxies": "***REMOVED SENSITIVE VALUE***", "allow_local_remote_servers": "True" } } ```

Client

Please complete the following information.

  • Browser (incl. version): Firefox 154.0.1
  • OS: Gentoo Linux

Log files

Add relevant parts of your nextcloud.log and/or your browser's JavaScript console here.

N/A

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneed to reproduceIssue that has not been reproduced

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions