Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
updated hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
joffreybesos committed May 15, 2022
1 parent 33520f1 commit 5a70081
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ All notable changes to this project will be documented in this file.
## [2.8.6] - 2021-05-12 - Small fixes

- Fixed windowed mode! Units now draw correctly on the window
- In centered mode now the Win+Arrow move keys will adjust the map
- In centered mode now the Win+Arrow move keys will adjust the map position
- Fixed issue where the map 'bounces' when it first loads
- Health percentage no longer appears for town NPCs
- Fixed Jeryhn missing as town NPC
- Default hotkey for changing map centered mode is now `\` instead of `/`
- Updated localisation again for zhTW (thanks @噗噗白)

## [2.8.5] - 2021-05-11 - Eth alerts
Expand Down
2 changes: 1 addition & 1 deletion src/readSettings.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ readSettings(settingsFile, ByRef settings) {
settings["moveMapRight"] := "#Right"
settings["moveMapUp"] := "#Up"
settings["moveMapDown"] := "#Down"
settings["switchMapMode"] := "~/"
settings["switchMapMode"] := "~\"
settings["historyToggleKey"] := "^g"
settings["performanceMode"] := "-1"
settings["enableD2ML"] := 0
Expand Down

0 comments on commit 5a70081

Please sign in to comment.