Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the playback start position hotkey to "o" #1003

Merged
merged 2 commits into from
Feb 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Template for new versions:
- `source`: fix issue where removing sources would make some other sources inactive
- `caravan`: display book and scroll titles in the goods and trade dialogs instead of generic scroll descriptions
- `item`: avoid error when scanning items that have no quality rating (like bars and other construction materials)
- `gui/blueprint`: changed hotkey for setting blueprint origin tile so it doesn't conflict with default map movement keys

## Misc Improvements
- `exportlegends`: make progress increase smoothly over the entire export and increase precision of progress percentage
Expand Down
2 changes: 1 addition & 1 deletion gui/blueprint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function StartPosPanel:init()
self:addviews{
widgets.CycleHotkeyLabel{
view_id='startpos',
key='CUSTOM_S',
key='CUSTOM_O',
label='playback start',
options={'Unset', 'Setting', 'Set'},
initial_option=self.start_pos and 'Set' or 'Unset',
Expand Down
Loading