mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-10 08:51:34 +08:00
Allows setting individual key as HotKey
This commit is contained in:
@@ -45,12 +45,12 @@
|
||||
//
|
||||
// LvHotKeyList
|
||||
//
|
||||
resources.ApplyResources(this.LvHotKeyList, "LvHotKeyList");
|
||||
this.LvHotKeyList.CheckBoxes = true;
|
||||
this.LvHotKeyList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||||
this.ColTag,
|
||||
this.ColHotKey,
|
||||
this.ColCommand});
|
||||
resources.ApplyResources(this.LvHotKeyList, "LvHotKeyList");
|
||||
this.LvHotKeyList.HideSelection = false;
|
||||
this.LvHotKeyList.Name = "LvHotKeyList";
|
||||
this.LvHotKeyList.UseCompatibleStateImageBehavior = false;
|
||||
|
||||
Reference in New Issue
Block a user