Keyboard

在非常短的按鍵上沒有釋放鍵

  • November 28, 2015

在我的鍵盤上,當我非常輕地按下一個鍵并快速釋放它(在這裡談論可能按下按鈕的 0.1 秒)時,該鍵不會正確發出釋放事件,而是在重複鍵打開時重複鍵入 - 好像我從來沒有放過鑰匙。故意這樣做很難,但它恰好足以令人討厭。

我已經使用xev. 在不發出釋放事件的情況下,實際按住鍵和釋放它沒有區別。我的鍵盤在 Windows 下不這樣做,我懷疑可能存在某種驅動程序問題(?)。

注意/解決方法: 目前,我只在箭頭鍵和退格鍵上啟用鍵重複,因為這是我唯一需要的地方。xset -r [keycode]在 gnome 設置中打開鍵重複時確實可以正常工作,否則不會。我很確定這些資訊與解決問題無關,但如果其他人有這個問題,他們可能會覺得它有幫助。

我的作業系統是 Fedora 22,最新版本。我有一台戴爾 XPS 13 9343(2015 型號)。

編輯:輸出dmidecode -t bios -q

sudo dmidecode -t bios -q
BIOS Information
Vendor: Dell Inc.
Version: A00
Release Date: 11/04/2014
Address: 0xF0000
Runtime Size: 64 kB
ROM Size: 8192 kB
Characteristics:
   PCI is supported
   PNP is supported
   BIOS is upgradeable
   BIOS shadowing is allowed
   Boot from CD is supported
   Selectable boot is supported
   EDD is supported
   5.25"/1.2 MB floppy services are supported (int 13h)
   3.5"/720 kB floppy services are supported (int 13h)
   3.5"/2.88 MB floppy services are supported (int 13h)
   Print screen service is supported (int 5h)
   8042 keyboard services are supported (int 9h)
   Serial services are supported (int 14h)
   Printer services are supported (int 17h)
   ACPI is supported
   USB legacy is supported
   Smart battery is supported
   BIOS boot specification is supported
   Function key-initiated network boot is supported
   Targeted content distribution is supported
   UEFI is supported
BIOS Revision: 5.6

BIOS Language Information
Language Description Format: Long
Installable Languages: 1
   en|US|iso8859-1
Currently Installed Language: en|US|iso8859-1

該問題可能是由於硬體/(和|或)/BIOS 問題造成的。

您的 BIOS 版本是A00,它是初始版本。目前版本是A07。A05+ 中修復了鍵盤問題。

您可能希望關注此站點、您的型號的產品支持頁面(或類似內容)。

是一個針對 Linux 的開發儲存庫,其中還包含一些您可能會感興趣的連結。這裡還提到了鍵重複問題。


BIOS 版本:

簡要回顧一下來自 DELL 的更改和發布資訊。雖然不是最好的更改日誌。

  • **A00,2015**年 1 月 13 日(可選:)

    • 初始發行
  • A01 , 2015 年 2 月 25 日(可選)

    1. 將 CPU 微碼 0x306D4 更新為 Rev 0x18。
    2. 將 ePSA 更新為 4236.24。
  • A02 , 2015 年 3 月 22 日(推薦)

    1. 更新風扇管理
    2. 更新 Intel CPU 微碼
  • A03 , 2015 年 3 月 30 日(推薦)

    1. 修復 I3-5010 CPU 性能問題。
  • A04 , 2015 年 5 月 25 日(推薦)

    1. 改進的鍵盤行為
    2. 更新 CPU 微碼。
  • A05 , 2015 年 7 月 31 日(緊急)

    1. 改進的鍵盤行為
    2. 更新 CPU 微碼。
    3. WIN10 BIOS 支持
  • A06(他們直接跳到A07了嗎?)

  • A07 , 2015 年 11 月 26 日(推薦)

    1. 改進雙鍵問題
    2. 添加對 Ubuntu PTT 功能的支持

引用自:https://unix.stackexchange.com/questions/246098