Skip to content

Commit

Permalink
ExplorerCreateFile: ui sorted a little with groups
Browse files Browse the repository at this point in the history
  • Loading branch information
ewerybody committed Feb 8, 2022
1 parent 97d4d93 commit a6399d3
Showing 1 changed file with 36 additions and 27 deletions.
63 changes: 36 additions & 27 deletions ExplorerCreateFile/a2module.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,43 @@
],
"typ": "nfo",
"url": "https://github.com/ewerybody/a2.modules/tree/master/ExplorerCreateFile#explorercreatefile",
"version": "0.3"
"version": "0.4"
},
{
"children": [
{
"file": "explorer_create_file.ahk",
"typ": "include"
},
{
"disablable": false,
"enabled": true,
"functionCode": "explorer_create_file_popup()",
"functionMode": 0,
"key": [
"LAlt+C"
],
"keyChange": true,
"label": "Hotkey to call the popup menu",
"multiple": true,
"name": "ExplorerCreateFile_Hotkey",
"scope": [
"ahk_class CabinetWClass ahk_exe Explorer.EXE"
],
"scopeChange": true,
"scopeMode": 1,
"typ": "hotkey"
},
{
"name": "file_list",
"typ": "a2_local_element"
}
],
"disablable": true,
"enabled": true,
"functionCode": "explorer_create_file_popup()",
"functionMode": 0,
"key": [
"LAlt+C"
],
"keyChange": true,
"label": "Popup CreateFile Menu",
"multiple": true,
"name": "ExplorerCreateFile_Hotkey",
"scope": [
"ahk_class CabinetWClass ahk_exe Explorer.EXE"
],
"scopeChange": true,
"scopeMode": 1,
"typ": "hotkey"
},
{
"file": "explorer_create_file.ahk",
"typ": "include"
},
{
"name": "file_list",
"typ": "a2_local_element"
"label": "Types Popup Menu",
"name": "ExplorerCreateFile_MenuGroup",
"typ": "group"
},
{
"children": [
Expand All @@ -51,7 +60,7 @@
"Ctrl+V"
],
"keyChange": true,
"label": "Create Files from Clipboard (images)",
"label": "Hotkey to act on \"paste\"",
"multiple": true,
"name": "ExplorerCreateFile_PasteHotkey",
"scope": [
Expand All @@ -62,7 +71,7 @@
"typ": "hotkey"
},
{
"label": "Default Image name",
"label": "Default Image Name",
"label_over_field": false,
"name": "ExplorerCreateFile_DefaultImageName",
"password_mode": false,
Expand All @@ -89,7 +98,7 @@
],
"disablable": true,
"enabled": false,
"label": "Create Image Files from Clipboard",
"label": "Create Files from Clipboard",
"name": "ExplorerCreateFile_Group",
"typ": "group"
}
Expand Down

0 comments on commit a6399d3

Please sign in to comment.