2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

SHIFT+Numlockオフのテンキー でテキストを選択できるようにする

Posted at

問題

NumlockオフのテンキーではカーソルキーやHome End PgUp PgDnが入力できるが、Shiftキー+これらのキーでテキストを選択しようとすると、数字が入力されてうまくいかない。

例: Shift+KP_HOMEとタイプすると7が入力される。

解決

/etc/default/keyboardの該当部分を以下のように変更して再起動する。

/etc/default/keyboard
XKBOPTIONS="numpad:microsoft"
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?