ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Ecaradec's Software

Qatapult

<< < (11/67) > >>

pigeonlips:
what a f*****g muppet i am.

Its almost to shaming to post.

I had not downloaded the new version. Opps.

Some examples on how i'm putting this to use to follow



pigeonlips:
In settings.ini


--- ---[rule_3]
0_arg=TEXT
1_lbl=set volume to
1_ico=icons\Volume.png
cmd=C:\Program Files\Qatapult\helpers\set-vol.exe
args=$0.text
workdir=%d


http://www.autohotkey.com/
create the following auto hotkey script in a text editor


--- ---#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SoundSet, %1%, %2%, %3%, %4%
if ErrorLevel
    MsgBox, %ErrorLevel%

and compile it with the compiler (Ahk2Exe) to an exe. In this example :

C:\Program Files\Qatapult\helpers\set-vol.exe

now find a nice icon. I used:

http://www1.picturepush.com/photo/a/2772929/480/png/Volume.png?v0

you can now type in a number (in percent) ie 100 or 75 then tab to "set volume to"

the whole rules thing works really well!

Thanks ecaradec!

also thanks ewemoa - i might have still been playing around with the ini for using the old version for the rest of the week!

On a side note, for entering text mode, I wonder if choosing a key that corresponds to something either not used or infrequently used in file paths would be doable.  Another aspect to consider might be if it can be typed under many key arrangements without having to press any modifiers such as Shift.
--- End quote ---

what about the F keys - i never go near them my self. Just a thought.

pigeonlips:
holy moly


--- ---[rule_4]
0_arg=FILE
2_arg=TEXT
1_lbl=Move file to
1_ico=icons\Move.png
2_lbl=C:\
cmd=cmd.exe
args=/C "move $0.path $2.text"
workdir=%d

Default to C:\ in the 2 pane, but you can "." and add a path of your choice!

Fricking nice. With these rules, for me, this just changed the game!

I'd love to be able to add pre defined entry's to the 2 pane (0,1,2). Any way to do this yet? just for example:

             file > Move > c:\downloads
                               c:\temp

ewemoa:
Congratulations on getting things to work and thanks for posting examples :)

http://www1.picturepush.com/photo/a/2772929/480/png/Volume.png?v0
-pigeonlips (February 08, 2012, 07:19 PM)
--- End quote ---

Nice icon!


what about the F keys - i never go near them my self. Just a thought.

--- End quote ---

Aha -- those do seem like good candidates for folks with full-size keyboards.  I used to be a Happy Hacking Keyboard user -- and in that context, IIRC I would have needed to press modifiers to get them to work.

pigeonlips:
what about the F keys - i never go near them my self. Just a thought.
--- End quote ---

Aha -- those do seem like good candidates for folks with full-size keyboards.  I used to be a Happy Hacking Keyboard user -- and in that context, IIRC I would have needed to press modifiers to get them to work.
--- End quote ---

good point. Laptop users too i guess. How about the insert key. This to me also makes sense as a logical choice. After all its function (mostly) is to overwrite whats there? I do like the idea of it being the same key to get in and out of that mode (or with esc too). 

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version