記錄快捷鍵

2022-02-04 12:13:29 字數 1223 閱讀 6047

#region 快捷鍵相關 

/// /// 記錄快捷鍵

///

private void txthotkey_keydown(object sender, keyeventargs e)

if (e.keycode != keys.none && e.keycode != keys.controlkey && e.keycode != keys.menu && e.keycode != keys.shiftkey)

} else

else if (e.keycode != keys.none)

} if (hotkeyvalue == 0)

hotkeyvalue = -1;

textbox txthotkey = (textbox)sender;

txthotkey.text = hotkeystring;

txthotkey.tag = hotkeyvalue;

txthotkey.selectionstart = txthotkey.text.length;

} /// /// 將按鍵轉換成相應字元

///

/// 按鍵

/// 字元

private string keycodetostring(keys keycode)

else if (keycode >= keys.numpad0 && keycode <= keys.numpad9)

else

} /// /// 設定按鍵不響應

///

private void txthotkey_keypress(object sender, keypresseventargs e)

/// /// 釋放按鍵後,若是無實際功能鍵,則置無

///

private void txthotkey_keyup(object sender, keyeventargs e)

/// /// 失去焦點後,若是無實際功能鍵,則置無

///

private void txthotkey_lostfocus(object sender, eventargs e)

/// /// 檢查是否無實際功能鍵,是則置無

///

private void checkhotkey(object sender) }

#endregion

快捷鍵記錄

鍵位說明 c ctrl,a alt,s shift,m super window 移動游標 c b f 前 後移乙個字元 backward,forward a b f 前 後移乙個單詞 alt用於單詞 c a 移到行首 a是首字母 c e 移到行尾 end c x 行首到當前游標替換 新建視窗 c ...

Mac studio快捷鍵記錄

control 方向鍵上 桌面展示所有開啟視窗,小窗展示 command c 複製 command v 貼上 command x 剪下 command delete 移除到廢紙簍 command a 全選 command q 退出應用 command m minimum 最小化當前視窗 studio...

常用快捷鍵記錄

快捷鍵功能 ctrl c 複製ctrl v 貼上ctrl x 剪下 複製和剪下後都可以貼上 ctrl a 全選ctrl s 儲存ctrl tab 軟體內部切換內容 alt tab win tab 開啟所有軟體快速切換 win r 快速開啟軟體 win e 快速開啟計算機 ctrl 空格 調處輸入法 ...