Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thx114 committed Feb 4, 2024
1 parent 37f3318 commit fc198f7
Show file tree
Hide file tree
Showing 8 changed files with 179 additions and 63 deletions.
42 changes: 0 additions & 42 deletions CHANGELOG.txt

This file was deleted.

4 changes: 2 additions & 2 deletions MioHotkeyMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>MioHotkeyMod</AssemblyName>
<RootNamespace>MioHotkeyMod</RootNamespace>
<Description>more Hotkeys</Description>
<Version>0.1.1</Version>
<Version>0.1.2</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<RestoreAdditionalProjectSources>
Expand All @@ -16,7 +16,7 @@
<NoWarn>MSB3277</NoWarn>
</PropertyGroup>
<PropertyGroup>
<Cities2_Location>D:\SteamLibrary\steamapps\common\Cities Skylines II</Cities2_Location>
<Cities2_Location>D:\APPS\Steam\steamapps\common\Cities Skylines II</Cities2_Location>
</PropertyGroup>
<ItemGroup>
<Reference Include="$(Cities2_Location)\Cities2_Data\Managed\Colossal.*.dll" Private="False"/>
Expand Down
2 changes: 1 addition & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public static class mioPLUGIN
{
public const string PLUGIN_GUID = "mio-hotkey-mod";
public const string PLUGIN_NAME = "MioHotkeyMod";
public const string PLUGIN_VERSION = "0.1.1";
public const string PLUGIN_VERSION = "0.1.2";
}
namespace MioHotkeyMod
{
Expand Down
44 changes: 38 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,34 @@
* `1~9`: 加载车道设置

### 快捷键 调试
* `alt+shift` : 高亮并console.log选中元素

### 滚轮 RICO 模组 - 资产翻页
* `alt+shift` : 高亮元素
* `shift + alt + z` :输出鼠标指向的DOM元素
* `shift + alt + Num1` : 输出资产信息
* `shift + alt + Num2` : 输出悬浮框
* `shift + alt + Num3` : 输出设置详情
* `shift + alt + Num4` : 输出鼠标悬浮框

### 滚轮 - 资产翻页
* 资产标签栏左右翻页
* 资产内容上下翻页

### 全局快捷键
* `双击左键`: 智能保存/关闭面板
* `左键`: 如果打开公交交通视图,且选择了工具栏的交通资产,则只显示对应公交元素

### 其他
* 使用快捷键时将在右上角提示快捷键

## 更新日志
* **0.1.2**
长按shift将在右上角显示快捷键(需要显示fps)
新增调试快捷键:
- shift + alt + z :输出鼠标指向的DOM元素
- shift + alt + Num1 : 输出资产信息
- shift + alt + Num2 : 输出悬浮框
- shift + alt + Num3 : 输出设置详情
- shift + alt + Num4 : 输出鼠标悬浮框

* **0.1.1**
修复公交面板Bug
修复双击bug
Expand Down Expand Up @@ -88,9 +105,14 @@
* `1~9`: Load lane configurations

### Shortcut Keys for Debugging
* `Alt+Shift`: Highlight and console.log the selected element

### Scroll Wheel for RICO mod - Asset Pagination
* `alt+shift`: Highlight Element
* `shift + alt + z`: Output the DOM element under the mouse cursor
* `shift + alt + Num1`: Output Asset Information
* `shift + alt + Num2`: Output Tooltip
* `shift + alt + Num3`: Output Settings Details
* `shift + alt + Num4`: Output Mouse Hover Box

### Scroll Wheel - Asset Pagination
* Scroll left and right in the asset tab bar
* Scroll up and down in the asset content

Expand All @@ -99,7 +121,17 @@
* `Double-click left mouse button`: Smart save/close panel
* `Left mouse button`: If the public transport view is open and a traffic asset is selected in the toolbar, only the corresponding public transport elements are displayed.

### Others
* When using shortcuts, the shortcuts will be displayed in the upper right corner as a reminder.
## Update Log
* **0.1.2**
Press and hold Shift to display shortcuts in the upper right corner (fps display required).
Added debugging shortcuts:
* shift + alt + z: Output the DOM element under the mouse cursor
* shift + alt + Num1: Output Asset Information
* shift + alt + Num2: Output Tooltip
* shift + alt + Num3: Output Settings Details
* shift + alt + Num4: Output Mouse Hover Box

* **0.1.1**
Fixed a bug in the info panel.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mio-hotley-mod",
"version": "0.1.1",
"version": "0.1.2",
"description": "more hotkeys",
"main": "index.js",
"scripts": {
Expand All @@ -14,3 +14,5 @@
"hookui-framework": "github:captain-of-coit/hookui-framework"
}
}


4 changes: 2 additions & 2 deletions thunderstore.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ schemaVersion = "0.0.1"
[package]
namespace = "MioMods"
name = "MioHotkeyMod"
versionNumber = "0.1.1"
versionNumber = "0.1.2"
description = "more hotkeys"
websiteUrl = "https://github.com/thx114/mio-hotkey-mod"
containsNsfwContent = false

[package.dependencies]
BepInEx-BepInExPack = "5.4.2100"
CaptainOfCoit-HookUI = "0.3.5"
Cities2Modding-HookUI = "0.3.9"

[build]
icon = "./icon.png"
Expand Down
Loading

0 comments on commit fc198f7

Please sign in to comment.