ダウンロードしてコンパイルした後、aterm 1.0.1をインストールしました。バックスペースまたは削除キーは使用できません。私はオンラインで見つけることができる関連するすべてを試しました。
aterm*backspacekey: \010
aterm*deletekey: \177
aterm*backspacekey: ^?
オプションで再コンパイルしたりしました。
--disable-backspace-key
disable any handling of the backspace key by us - let the X server
do it
--disable-delete-key
disable any handling of the delete key by us - let the X server
do it
再インストールして起動したら..用語に何かを入力し、バックスペースまたは削除をクリックすると、どのようにビルドしても前に移動します。別の「キーコード」を試してみると、キーコードに入力されます。画面。
~によるとこれ私はこれまでほとんど読んでいません。
At any rate, first find out whether the terminfo entry for xterm is in
accordance with your xterm settings: infocmp | grep kbs
should return a line which includes kbs=\177. This means DEL (or ^?)
is mapped to the backspace key, which is what we want.
これが私が得たものです。
$infocmp | grep kbs
kNXT=\E[6;2~, kPRV=\E[5;2~, kRIT=\E[1;2C, kb2=\EOE, kbs=^H,
BASH shを使用しています。無効なLinux、i3 wm。
ありがとう