Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

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

オープン
#1,996 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

メンテナーはふだん 1 日以内に返信

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
58/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
活発
技術スタック
javascript
領域
frontend

調査の方向性

まず、Dvorakキーマップを使ってNotes web UIのPlain text viewにおけるショートカット処理を再現し、次にC-vとZen mode shortcutがどのように解釈されるかを追跡します。C-vでクリップボードの内容が貼り付けられ、Zen mode shortcutが意図どおり引き続き動作すれば完了です。

索引モデルが issue の本文から書いたものです。

説明

bug need to reproduce

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:

``` { "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

主要言語
JavaScript
スター
738
フォーク
162
平均マージ
2時間 40分
マージ済み PR(30日)
39

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

nextcloud/notes のほかの issue

nextcloud/notes の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。