-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,32 @@ | ||
# Configuration file | ||
|
||
general { | ||
# Scroll Scaling | ||
# 0 - Multiple Wheel Clicks Move Multiple Items | ||
# 1 - Always Move One Item (macOS Compatibility) [range: 0 ~ 1, default: 0] | ||
I:ScrollItemScaling=0 | ||
|
||
# Wheel Scroll Direction | ||
# 0 - Down to Push, Up to Pull | ||
# 1 - Up to Push, Down to Pull | ||
# 2 - Inventory Position Aware | ||
# 3 - Inventory Position Aware, Inverted | ||
# [range: 0 ~ 3, default: 0] | ||
I:WheelScrollDirection=0 | ||
|
||
# Lets you quickly pick up or move items of the same type [default: true] | ||
B:LMBTweakWithItem=false | ||
|
||
# Quickly move items into another inventory [default: true] | ||
B:LMBTweakWithoutItem=true | ||
|
||
# Scroll to quickly move items between inventories [default: true] | ||
B:WheelTweak=false | ||
|
||
# Wheel Inventory Slot Search Order | ||
# 0 - First to Last | ||
# 1 - Last To First [range: 0 ~ 1, default: 1] | ||
I:WheelSearchOrder=1 | ||
|
||
# Very similar to the standard RMB dragging mechanic, with one difference: if you drag over a slot multiple times, an item will be put there multiple times. Replaces the standard mechanic if enabled. [default: false] | ||
B:RMBTweak=true | ||
# Left click and drag with an item to "left click" items of the same type. [default: true] | ||
B:"LMB tweak with item"=false | ||
|
||
# Hold shift, left click and drag without an item to "shift left click" items. [default: true] | ||
B:"LMB tweak without item"=true | ||
|
||
# Like vanilla right click dragging, but dragging over a slot multiple times puts the item there multiple times. [default: true] | ||
B:"RMB tweak"=true | ||
|
||
# This determines how many items are moved when you scroll. On some setups (notably macOS), scrolling the wheel with different speeds results in different distances scrolled per wheel "bump". To make those setups play nicely with Mouse Tweaks, set this option to "Always exactly one item". | ||
# Possible values: [PROPORTIONAL, ALWAYS_ONE] | ||
# [default: PROPORTIONAL] | ||
S:"Scroll item scaling"=PROPORTIONAL | ||
|
||
# Scroll over items to move them between inventories. [default: true] | ||
B:"Wheel tweak"=false | ||
|
||
# Inventory position aware means scroll up to push items from the bottom inventory and pull into the top inventory, and vice versa. | ||
# Possible values: [NORMAL, INVERTED, INVENTORY_POSITION_AWARE, INVENTORY_POSITION_AWARE_INVERTED] | ||
# [default: NORMAL] | ||
S:"Wheel tweak scroll direction"=NORMAL | ||
|
||
# How to pick the source slot when pulling items via scrolling. | ||
# Possible values: [FIRST_TO_LAST, LAST_TO_FIRST] | ||
# [default: LAST_TO_FIRST] | ||
S:"Wheel tweak search order"=LAST_TO_FIRST | ||
} | ||
|
||
|