したらばTOP ■掲示板に戻る■ 全部 1-100 最新50 | メール | |
レス数が1スレッドの最大レス数(1000件)を超えています。残念ながら投稿することができません。

ユーザーサポート

368applet★:2011/08/01(月) 22:19:51 ID:???
>366
こんにちは。

設定ファイルの中身を下記にした場合に

key A-C-D = &DescribeBindings

mod Ctrl += !!英数
key *英数 = *LCtrl
key *英数 = BS

key *LShift = Del # OneShotデリート Shiftモディファイヤ

実際に &DescribeBindingsを表示させると
下記のように表示されます。

window Global ( /.*/ || /.*/ ) = &OtherWindowClass
mod Shift = LeftShift RightShift
mod Alt = LeftAlt RightAlt
mod Control = LeftControl RightControl !!英数
mod Windows = LeftWindows RightWindows
key A-C-D = &DescribeBindings
key LeftShift = Delete
key 英数 = BackSpace

key *英数 = *LCtrlは、次の行の key*英数 = BSによって
設定が上書きされているので不要です。

続いて、LShiftには、OneShotの設定がされていないように見えます。
そこで

mod Shift += !!LShiftを追加すると、下記のように設定されていることが
分かります。

window Global ( /.*/ || /.*/ ) = &OtherWindowClass
mod Shift = RightShift !!LeftShift
mod Alt = LeftAlt RightAlt
mod Control = LeftControl RightControl !!英数
mod Windows = LeftWindows RightWindows
key A-C-D = &DescribeBindings
key LeftShift = Delete
key 英数 = BackSpace

これで、所望の状態になったのでは考えます。

以上、よろしくお願いいたします。




掲示板管理者へ連絡 無料レンタル掲示板