Skip to content

Commit 5a5b15c

Browse files
committed
tweaks
1 parent 073e65f commit 5a5b15c

5 files changed

Lines changed: 59 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# <img src="/Saltarina/Resources/comet.ico" alt="comet logo" width="50"/> Saltarina
2-
Saltarina is a simple tray-based app that allows your mouse to "hop" across gaps in your monitor arrangement to the next closest monitor.
2+
Saltarina is a simple tray-based app that allows your mouse to "hop" across gaps between monitors to the next closest monitor.
33

4-
Saltarina maps your monitor arrangement, and watches your mouse position. When your mouse "hits" the edge of a screen, it hops your mouse over to the next screen over.
4+
Saltarina maps your monitor arrangement, and watches your mouse position. When your mouse "hits" the edge of a screen, it hops over to the next screen.
55

66
<img src="saltarina_usage.jpg" alt="monitor arrangement" width="500"/>
77

88
## Features
99
- Easy Installer and Start Menu icon
1010
- System Tray Icon and Interaction
1111
- Optional Autostart
12+
- Windows 10

Saltarina.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1010
LICENSE.md = LICENSE.md
1111
NuGet.config = NuGet.config
1212
README.md = README.md
13-
..\..\..\Desktop\saltarina_usage.jpg = ..\..\..\Desktop\saltarina_usage.jpg
13+
saltarina_usage.jpg = saltarina_usage.jpg
1414
EndProjectSection
1515
EndProject
1616
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{96F3C989-CE72-4BD5-82A0-346612CEC327}"

Saltarina/Resources/TrayIcon.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- Globally declared notify icon -->
1616
<tb:TaskbarIcon x:Key="TrayIcon"
1717
IconSource="comet.ico"
18-
ToolTipText="Saltarina: Window-spanning Mouse Control"
18+
ToolTipText="Saltarina: Screen-spanning Mouse Control"
1919
DoubleClickCommand="{Binding ShowWindowCommand}"
2020
ContextMenu="{StaticResource SysTrayMenu}">
2121

Saltarina/Saltarina.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<RootNamespace>Saltarina</RootNamespace>
1010
<ApplicationManifest>app.manifest</ApplicationManifest>
1111
<ApplicationIcon>Resources\comet.ico</ApplicationIcon>
12+
<SignAssembly>false</SignAssembly>
13+
<AssemblyOriginatorKeyFile>Saltarina.snk</AssemblyOriginatorKeyFile>
1214
</PropertyGroup>
1315

1416
<ItemGroup>

Setup/Setup.vdproj

Lines changed: 52 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
}
2222
"Entry"
2323
{
24+
"MsmKey" = "8:_533CF8ECCEA14A37AAB790B2CFCCCAFF"
25+
"OwnerKey" = "8:_UNDEFINED"
26+
"MsmSig" = "8:_UNDEFINED"
27+
}
28+
"Entry"
29+
{
2430
"MsmKey" = "8:_695B523DDCF24B8D8480D8FADC1440AB"
2531
"OwnerKey" = "8:_UNDEFINED"
2632
"MsmSig" = "8:_UNDEFINED"
@@ -55,6 +61,22 @@
5561
"PrivateKeyFile" = "8:"
5662
"TimeStampServer" = "8:"
5763
"InstallerBootstrapper" = "3:2"
64+
"BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}"
65+
{
66+
"Enabled" = "11:TRUE"
67+
"PromptEnabled" = "11:TRUE"
68+
"PrerequisitesLocation" = "2:1"
69+
"Url" = "8:"
70+
"ComponentsUrl" = "8:"
71+
"Items"
72+
{
73+
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.7.2"
74+
{
75+
"Name" = "8:Microsoft .NET Framework 4.7.2 (x86 and x64)"
76+
"ProductCode" = "8:.NETFramework,Version=v4.7.2"
77+
}
78+
}
79+
}
5880
}
5981
"Release"
6082
{
@@ -71,6 +93,14 @@
7193
"PrivateKeyFile" = "8:"
7294
"TimeStampServer" = "8:"
7395
"InstallerBootstrapper" = "3:2"
96+
"BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}"
97+
{
98+
"Enabled" = "11:TRUE"
99+
"PromptEnabled" = "11:TRUE"
100+
"PrerequisitesLocation" = "2:1"
101+
"Url" = "8:"
102+
"ComponentsUrl" = "8:"
103+
}
74104
}
75105
}
76106
"Deployable"
@@ -122,6 +152,26 @@
122152
"IsDependency" = "11:FALSE"
123153
"IsolateTo" = "8:"
124154
}
155+
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_533CF8ECCEA14A37AAB790B2CFCCCAFF"
156+
{
157+
"SourcePath" = "8:..\\saltarina_usage.jpg"
158+
"TargetName" = "8:saltarina_usage.jpg"
159+
"Tag" = "8:"
160+
"Folder" = "8:_9D60EE809D5B41E59D66C73F58F199FF"
161+
"Condition" = "8:"
162+
"Transitive" = "11:FALSE"
163+
"Vital" = "11:TRUE"
164+
"ReadOnly" = "11:FALSE"
165+
"Hidden" = "11:FALSE"
166+
"System" = "11:FALSE"
167+
"Permanent" = "11:FALSE"
168+
"SharedLegacy" = "11:FALSE"
169+
"PackageAs" = "3:1"
170+
"Register" = "3:1"
171+
"Exclude" = "11:FALSE"
172+
"IsDependency" = "11:FALSE"
173+
"IsolateTo" = "8:"
174+
}
125175
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9946DD6D065E47F3A569F1D8666EC5C0"
126176
{
127177
"SourcePath" = "8:..\\LICENSE.md"
@@ -219,15 +269,15 @@
219269
"Name" = "8:Microsoft Visual Studio"
220270
"ProductName" = "8:Saltarina"
221271
"ProductCode" = "8:{2101062E-1F87-4A4F-A7BD-BFA237979C1A}"
222-
"PackageCode" = "8:{1AEDE825-A578-4E20-81F7-A448B8C866E1}"
272+
"PackageCode" = "8:{364BF65E-3DFC-40B7-BF9B-246E8D86C663}"
223273
"UpgradeCode" = "8:{277C8595-E882-4403-9A0B-BD75957A7AAA}"
224274
"AspNetVersion" = "8:4.0.30319.0"
225275
"RestartWWWService" = "11:FALSE"
226276
"RemovePreviousVersions" = "11:TRUE"
227277
"DetectNewerInstalledVersion" = "11:TRUE"
228278
"InstallAllUsers" = "11:FALSE"
229279
"ProductVersion" = "8:1.0.0"
230-
"Manufacturer" = "8:Batch6"
280+
"Manufacturer" = "8:Saltarina"
231281
"ARPHELPTELEPHONE" = "8:"
232282
"ARPHELPLINK" = "8:"
233283
"Title" = "8:Saltarina"

0 commit comments

Comments
 (0)