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

Commit

Permalink
Update README with install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kprinssu committed Jul 27, 2016
1 parent 83eba7d commit b6f24d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AnneProKeyboard/AnneProKeyboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PackageCertificateKeyFile>AnneProKeyboard_TemporaryKey.pfx</PackageCertificateKeyFile>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64</AppxBundlePlatforms>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ This app has been tested against Windows 10. Windows 8 should be supported, but
Windows 7 will not be supported due to lack of support by Microsoft.
The keyboard has to be L0 mode by: pressing Fn+B, Fn+0, ESC, Fn+B, +

# Installation
Enable Development mode on your Windows 10 machine by following the [instructions here](https://msdn.microsoft.com/windows/uwp/get-started/enable-your-device-for-development).
Download the latest binary files from [Github](https://github.com/kprinssu/anne-keyboard-windows/releases).
Install the app by extracting the zip file, and right-clicking on ```Add-AppDevPackage.ps1``` and select ```Run with PowerShell```.
The app should now be installed and will be on Start menu.

## Supported Features
* Automatic keyboard pairing (launch the app, and it should start scanning for the keyboard)
* Create and manage profiles
Expand Down

0 comments on commit b6f24d6

Please sign in to comment.