sahwar / 7plus

Automatically exported from code.google.com/p/7plus
1 stars 0 forks source link

Unchecking an event causes 7plus to display many many errors #165

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open the settiongs dialog->event
2. uncheck '7 Key backspace file dialog...
3. Click  OK

What is the expected output? What do you see instead?
the dialog should be closed
It seems for every event an error is displayed:
Error: nonexistant hotkey the current thread will exit.
Specifically $#H
Line#
---> 17350: Hotekey,%key%,Off

After clicking OK the next same error is displayed, now for &#Q, ...
I have to kill 7plus.exe

What version of the product are you using? On what operating system?
2.0
Win 7 64bit

Please provide any additional information below.

Here is my event.xml file:
Sorry, no, it is too long fopr your system here.
Give me an email address where I can send it to.

Original issue reported on code.google.com by CGuent...@googlemail.com on 29 Sep 2010 at 3:59

GoogleCodeExporter commented 8 years ago

Here is a reduce events.xml
When I import that in 7pplus and then click OK the same happens, a lot of these 
error ar displayed => 7plus has to be killed.

<BugfixVersion>0</BugfixVersion>
<Events>
<Event>
<Actions>
<Action>
<Type>ShowSettings</Type>
</Action></Actions>
<Conditions>
<Condition>
<Negate>1</Negate>
<Type>IsFullScreen</Type>
<UseExcludeList>0</UseExcludeList>
<UseIncludeList>1</UseIncludeList>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>0</Enabled>
<ID>654</ID>
<Name>7plus: Show settings window</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Key>#H</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Type>Restart7plus</Type>
</Action></Actions>
<Conditions>
</Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>0</Enabled>
<ID>655</ID>
<Name>7plus: Restart 7plus</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Key>#Q</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Append>1</Append>
<Clear>0</Clear>
<Content>${SelNM}</Content>
<Cut>0</Cut>
<InsertType>File</InsertType>
<Type>Clipboard</Type>
</Action></Actions>
<Conditions>
<Condition>
<Compare>${Class}</Compare>
<Negate>0</Negate>
<Operator>matches regular expression</Operator>
<Type>If</Type>
<With>(CabinetWClass|ExploreWClass|WorkerW|Progman)</With>
</Condition><Condition>
<Negate>1</Negate>
<Type>IsRenaming</Type>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>656</ID>
<Name>Explorer: Append file(s) to clipboard</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Key>+C</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Append>1</Append>
<Clear>0</Clear>
<Content>${SelNM}</Content>
<Cut>1</Cut>
<InsertType>File</InsertType>
<Type>Clipboard</Type>
</Action></Actions>
<Conditions>
<Condition>
<Compare>${Class}</Compare>
<Negate>0</Negate>
<Operator>matches regular expression</Operator>
<Type>If</Type>
<With>(CabinetWClass|ExploreWClass|WorkerW|Progman)</With>
</Condition><Condition>
<Negate>1</Negate>
<Type>IsRenaming</Type>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>657</ID>
<Name>Explorer: Append file(s) to clipboard: Cut</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Key>+X</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Append>1</Append>
<Clear>0</Clear>
<Content>${SelNM}</Content>
<Cut>0</Cut>
<InsertType>File</InsertType>
<Type>Clipboard</Type>
</Action></Actions>
<Conditions>
<Condition>
<Negate>0</Negate>
<Type>IsDialog</Type>
</Condition><Condition>
<Negate>1</Negate>
<Type>IsRenaming</Type>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>658</ID>
<Name>File Dialog: Append file(s) to clipboard</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Key>+C</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Append>1</Append>
<Clear>0</Clear>
<Content>${SelNM}</Content>
<Cut>1</Cut>
<InsertType>File</InsertType>
<Type>Clipboard</Type>
</Action></Actions>
<Conditions>
<Condition>
<Negate>0</Negate>
<Type>IsDialog</Type>
</Condition><Condition>
<Negate>1</Negate>
<Type>IsRenaming</Type>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>659</ID>
<Name>File Dialog: Append file(s) to clipboard: Cut</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Key>+X</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Path>Upward</Path>
<Type>SetDirectory</Type>
<WindowFilter></WindowFilter>
<WindowMatchType>Active</WindowMatchType>
</Action></Actions>
<Conditions>
<Condition>
<Compare>${Class}</Compare>
<Negate>0</Negate>
<Operator>matches regular expression</Operator>
<Type>If</Type>
<With>(CabinetWClass|ExploreWClass)</With>
</Condition><Condition>
<Negate>1</Negate>
<Type>IsRenaming</Type>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>660</ID>
<Name>Explorer: Make backspace go upwards</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Key>Backspace</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Path>Upward</Path>
<Type>SetDirectory</Type>
<WindowFilter></WindowFilter>
<WindowMatchType>Active</WindowMatchType>
</Action></Actions>
<Conditions>
<Condition>
<Negate>0</Negate>
<Type>IsDialog</Type>
</Condition><Condition>
<Negate>1</Negate>
<Type>IsRenaming</Type>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>0</Enabled>
<ID>661</ID>
<Name>File Dialog: Make backspace go upwards</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Key>Backspace</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Type>Clipmenu</Type>
</Action></Actions>
<Conditions>
</Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>662</ID>
<Name>Clipboard Manager</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Key>#V</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Command>cmd.exe /k cd /D "${P}\"</Command>
<Type>Run</Type>
<WaitForFinish>0</WaitForFinish>
<WorkingDirectory></WorkingDirectory>
</Action></Actions>
<Conditions>
<Condition>
<Compare>${Class}</Compare>
<Negate>0</Negate>
<Operator>matches regular expression</Operator>
<Type>If</Type>
<With>(CabinetWClass|ExploreWClass|WorkerW|Progman)</With>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>663</ID>
<Name>CMD / Explorer: Run cmd in current directory</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Key>#C</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Command>cmd.exe /k cd /D c:\</Command>
<Type>Run</Type>
<WaitForFinish>0</WaitForFinish>
<WorkingDirectory></WorkingDirectory>
</Action></Actions>
<Conditions>
<Condition>
<Compare>${Class}</Compare>
<Negate>1</Negate>
<Operator>matches regular expression</Operator>
<Type>If</Type>
<With>(CabinetWClass|ExploreWClass|WorkerW|Progman)</With>
</Condition><Condition>
<Compare>${TitlePath}</Compare>
<Negate>0</Negate>
<Operator>equals</Operator>
<Type>If</Type>
<With></With>
</Condition><Condition>
<Negate>1</Negate>
<Type>IsDialog</Type>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>664</ID>
<Name>CMD: Run cmd</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Key>#C</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Command>cmd.exe /k cd /D "${TitlePath}\"</Command>
<Type>Run</Type>
<WaitForFinish>0</WaitForFinish>
<WorkingDirectory></WorkingDirectory>
</Action></Actions>
<Conditions>
<Condition>
<Compare>${Class}</Compare>
<Negate>1</Negate>
<Operator>matches regular expression</Operator>
<Type>If</Type>
<With>(CabinetWClass|ExploreWClass|WorkerW|Progman)</With>
</Condition><Condition>
<Compare>${TitlePath}</Compare>
<Negate>1</Negate>
<Operator>equals</Operator>
<Type>If</Type>
<With></With>
</Condition><Condition>
<Negate>1</Negate>
<Type>IsDialog</Type>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>665</ID>
<Name>CMD: Run cmd</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Key>#C</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<ForceClose></ForceClose>
<Type>WindowClose</Type>
<WindowFilter></WindowFilter>
<WindowMatchType>Active</WindowMatchType>
</Action></Actions>
<Conditions>
<Condition>
<Negate>0</Negate>
<Type>WindowActive</Type>
<WindowFilter>ConsoleWindowClass</WindowFilter>
<WindowMatchType>Class</WindowMatchType>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>667</ID>
<Name>CMD: Close with ALT + F4</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Key>!F4</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Button>Right</Button>
<Relative>1</Relative>
<RestorePosition>1</RestorePosition>
<Type>MouseClick</Type>
<X>40</X>
<Y>40</Y>
</Action><Action>
<Keys>{Down 3}{Enter}</Keys>
<Type>SendKeys</Type>
</Action></Actions>
<Conditions>
<Condition>
<Negate>0</Negate>
<Type>WindowActive</Type>
<WindowFilter>ConsoleWindowClass</WindowFilter>
<WindowMatchType>Class</WindowMatchType>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>0</Enabled>
<ID>668</ID>
<Name>CMD: Enable CTRL+V to paste from clipboard</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Key>^V</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Command>cmd.exe /k cd /D "${TitlePath}\"</Command>
<Type>Run</Type>
<WaitForFinish>0</WaitForFinish>
<WorkingDirectory></WorkingDirectory>
</Action></Actions>
<Conditions>
<Condition>
<Negate>0</Negate>
<Type>IsDialog</Type>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>876</ID>
<Name>CMD / File Dialog: Run cmd</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Key>#C</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Append>0</Append>
<Clear>1</Clear>
<Content>${SelNNEM}</Content>
<Cut>0</Cut>
<InsertType>Text</InsertType>
<Type>Clipboard</Type>
</Action></Actions>
<Conditions>
<Condition>
<Compare>${Control}</Compare>
<Negate>0</Negate>
<Operator>equals</Operator>
<Type>If</Type>
<With>DirectUIHWND2</With>
</Condition><Condition>
<Negate>0</Negate>
<Type>IsDialog</Type>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>881</ID>
<Name>File Dialog: Copy filenames to clipboard</Name>
<OneInstance>1</OneInstance>
<Trigger>
<Key>^!C</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Append>0</Append>
<Clear>1</Clear>
<Content>${SelNM}</Content>
<Cut>0</Cut>
<InsertType>Text</InsertType>
<Type>Clipboard</Type>
</Action></Actions>
<Conditions>
<Condition>
<Compare>${Control}</Compare>
<Negate>0</Negate>
<Operator>equals</Operator>
<Type>If</Type>
<With>DirectUIHWND2</With>
</Condition><Condition>
<Negate>0</Negate>
<Type>IsDialog</Type>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>882</ID>
<Name>File Dialog: Copy full filepaths to clipboard</Name>
<OneInstance>1</OneInstance>
<Trigger>
<Key>!C</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Append>1</Append>
<Clear>1</Clear>
<Content>${SelNNEM}</Content>
<Cut>0</Cut>
<InsertType>Text</InsertType>
<Type>Clipboard</Type>
</Action></Actions>
<Conditions>
<Condition>
<Compare>${Control}</Compare>
<Negate>0</Negate>
<Operator>equals</Operator>
<Type>If</Type>
<With>DirectUIHWND2</With>
</Condition><Condition>
<Negate>0</Negate>
<Type>IsDialog</Type>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>883</ID>
<Name>File Dialog: Append filenames to clipboard</Name>
<OneInstance>1</OneInstance>
<Trigger>
<Key>+!C</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Append>1</Append>
<Clear>1</Clear>
<Content>${SelNM}</Content>
<Cut>0</Cut>
<InsertType>Text</InsertType>
<Type>Clipboard</Type>
</Action></Actions>
<Conditions>
<Condition>
<Compare>${Control}</Compare>
<Negate>0</Negate>
<Operator>equals</Operator>
<Type>If</Type>
<With>DirectUIHWND2</With>
</Condition><Condition>
<Negate>0</Negate>
<Type>IsDialog</Type>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>884</ID>
<Name>File Dialog: Append full filepaths to clipboard</Name>
<OneInstance>1</OneInstance>
<Trigger>
<Key>^+!C</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Append>0</Append>
<Clear>1</Clear>
<Content>${SelNNEM}</Content>
<Cut>0</Cut>
<InsertType>Text</InsertType>
<Type>Clipboard</Type>
</Action></Actions>
<Conditions>
<Condition>
<Compare>${Class}</Compare>
<Negate>0</Negate>
<Operator>matches regular expression</Operator>
<Type>If</Type>
<With>(CabinetWClass|ExploreWClass|WorkerW|Progman)</With>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>0</Enabled>
<ID>885</ID>
<Name>Explorer: Copy filenames to clipboard</Name>
<OneInstance>1</OneInstance>
<Trigger>
<Key>^!C</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Append>0</Append>
<Clear>1</Clear>
<Content>${SelNM}</Content>
<Cut>0</Cut>
<InsertType>Text</InsertType>
<Type>Clipboard</Type>
</Action></Actions>
<Conditions>
<Condition>
<Compare>${Class}</Compare>
<Negate>0</Negate>
<Operator>matches regular expression</Operator>
<Type>If</Type>
<With>(CabinetWClass|ExploreWClass|WorkerW|Progman)</With>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>0</Enabled>
<ID>886</ID>
<Name>Explorer: Copy full filepaths to clipboard</Name>
<OneInstance>1</OneInstance>
<Trigger>
<Key>!C</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Append>1</Append>
<Clear>1</Clear>
<Content>${SelNNEM}</Content>
<Cut>0</Cut>
<InsertType>Text</InsertType>
<Type>Clipboard</Type>
</Action></Actions>
<Conditions>
<Condition>
<Compare>${Class}</Compare>
<Negate>0</Negate>
<Operator>matches regular expression</Operator>
<Type>If</Type>
<With>(CabinetWClass|ExploreWClass|WorkerW|Progman)</With>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>0</Enabled>
<ID>887</ID>
<Name>Explorer: Append filenames to clipboard</Name>
<OneInstance>1</OneInstance>
<Trigger>
<Key>+!C</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Append>1</Append>
<Clear>1</Clear>
<Content>${SelNM}</Content>
<Cut>0</Cut>
<InsertType>Text</InsertType>
<Type>Clipboard</Type>
</Action></Actions>
<Conditions>
<Condition>
<Compare>${Class}</Compare>
<Negate>0</Negate>
<Operator>matches regular expression</Operator>
<Type>If</Type>
<With>(CabinetWClass|ExploreWClass|WorkerW|Progman)</With>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>0</Enabled>
<ID>888</ID>
<Name>Explorer: Append full filepaths to clipboard</Name>
<OneInstance>1</OneInstance>
<Trigger>
<Key>^+!C</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Filename>Neues Textdokument.txt</Filename>
<Rename>1</Rename>
<Type>NewFile</Type>
</Action></Actions>
<Conditions>
<Condition>
<Compare>${Class}</Compare>
<Negate>0</Negate>
<Operator>matches regular expression</Operator>
<Type>If</Type>
<With>(CabinetWClass|ExploreWClass|WorkerW|Progman)</With>
</Condition><Condition>
<Negate>1</Negate>
<Type>IsRenaming</Type>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>889</ID>
<Name>Explorer: Create new textfile</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Key>F8</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<FolderName>Neuer Ordner</FolderName>
<Rename>1</Rename>
<Type>NewFolder</Type>
</Action></Actions>
<Conditions>
<Condition>
<Compare>${Class}</Compare>
<Negate>0</Negate>
<Operator>matches regular expression</Operator>
<Type>If</Type>
<With>(CabinetWClass|ExploreWClass|WorkerW|Progman)</With>
</Condition><Condition>
<Negate>1</Negate>
<Type>IsRenaming</Type>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>890</ID>
<Name>Explorer: Create new folder</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Key>F7</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Filename>Neues Textdokument.txt</Filename>
<Rename>1</Rename>
<Type>NewFile</Type>
</Action></Actions>
<Conditions>
<Condition>
<Negate>0</Negate>
<Type>IsDialog</Type>
</Condition><Condition>
<Negate>1</Negate>
<Type>IsRenaming</Type>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>891</ID>
<Name>File Dialog: Create new textfile</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Key>F8</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<FolderName>Neuer Ordner</FolderName>
<Rename>1</Rename>
<Type>NewFolder</Type>
</Action></Actions>
<Conditions>
<Condition>
<Negate>0</Negate>
<Type>IsDialog</Type>
</Condition><Condition>
<Negate>1</Negate>
<Type>IsRenaming</Type>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>892</ID>
<Name>File Dialog: Create new folder</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Key>F7</Key>
<Type>Hotkey</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Command>"%WinDir%\explorer.exe" /n,/e,${P}</Command>
<Type>Run</Type>
<WaitForFinish>0</WaitForFinish>
<WorkingDirectory></WorkingDirectory>
</Action></Actions>
<Conditions>
</Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>0</Enabled>
<ID>893</ID>
<Name>Run explorer</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Type>DoubleClickDesktop</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Command>taskmgr</Command>
<Type>Run</Type>
<WaitForFinish>0</WaitForFinish>
<WorkingDirectory></WorkingDirectory>
</Action></Actions>
<Conditions>
</Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>0</Enabled>
<ID>894</ID>
<Name>Run task manager</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Type>DoubleClickTaskbar</Type>
</Trigger>
</Event><Event>
<Actions>
<Action>
<Path>Upward</Path>
<Type>SetDirectory</Type>
<WindowFilter></WindowFilter>
<WindowMatchType>Active</WindowMatchType>
</Action></Actions>
<Conditions>
</Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>895</ID>
<Name>Explorer: Double click go upwards</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Type>ExplorerDoubleClickSpace</Type>
</Trigger>
</Event></Events>
<MajorVersion>2</MajorVersion>
<MinorVersion>0</MinorVersion>

Original comment by CGuent...@googlemail.com on 29 Sep 2010 at 4:04

GoogleCodeExporter commented 8 years ago
This is a known bug in 2.0.0 which will be fixed in the next version.

Original comment by fragman@gmail.com on 29 Sep 2010 at 4:22

GoogleCodeExporter commented 8 years ago
It seems the problem is importing:
I did the followig:
start 7pplus with the default events.xls.
uncheck some events and click OK
then open the settings again select all events and export then
then exit 7plus, delete the events.xml
now run 7plus again and import the previously exported file and click OK: you 
will get the errors mentioned above.
Please make this work
I really love 7plus, but this is really annoying, as editing the event is a bit 
aomplicateed and hot key assigning even not possible (see bug report 162), 
though I have to edit the xml file.
thank  you

Original comment by CGuent...@googlemail.com on 29 Sep 2010 at 4:25

GoogleCodeExporter commented 8 years ago
The problem here was a simple problem with Autohotkey. It shows this error if 
you try to deactivate a hotkey that wasn't activated/created before. I did not 
put a check there since I thought this would not be an issue. I have fixed this 
bug shortly after the release of 2.0.0, so no worries.
If you need to, you can grab the sources using SVN from this page. You need to 
use Autohotkey_L to run it though.

Original comment by fragman@gmail.com on 29 Sep 2010 at 4:29