You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.5 KiB
22 lines
1.5 KiB
<!DOCTYPE actionsconfig>
|
|
<actions>
|
|
<action shortcut="Alt+Ctrl+T" icon="check.png" type="script" tooltip="Syntax checking with HTML Tidy" name="tidy_check" text="HTML &Tidy Syntax Checking" >
|
|
<script output="message" error="message" input="current" >tidy -qe</script>
|
|
</action>
|
|
<action shortcut="" icon="kompare" type="script" tooltip="" name="kompare_script" text="&Kompare" >
|
|
<script output="message" error="message" input="none" >kompare</script>
|
|
</action>
|
|
<action shortcut="ALT+F6" icon="opera" type="script" tooltip="" name="view_with_opera" text="View with &Opera">
|
|
<script output="message" error="message" input="none" >sh %scriptdir/externalpreview.sh %pid opera new-page</script>
|
|
</action>
|
|
<action shortcut="SHIFT+F12" icon="mozilla" type="script" tooltip="" name="view_with_mozilla" text="View with Mo&zilla">
|
|
<script output="message" error="message" input="none" >sh %scriptdir/externalpreview.sh %pid mozilla new-tab</script>
|
|
</action>
|
|
<action shortcut="CTRL+SHIFT+F12" icon="firefox" type="script" tooltip="" name="view_with_firefox" text="View with &Firefox">
|
|
<script output="message" error="message" input="none" >sh %scriptdir/externalpreview.sh %pid firefox new-tab</script>
|
|
</action>
|
|
<action shortcut="SHIFT+F6" icon="netscape" type="script" tooltip="" name="view_with_netscape" text="View with &Netscape">
|
|
<script output="message" error="message" input="none" >sh %scriptdir/externalpreview.sh %pid netscape new-tab</script>
|
|
</action>
|
|
</actions>
|