I am using Portable version of Zekr, please can you explain a litle
bit more how to implement the hot keys....Thanks

On Oct 10, 4:05 am, injq <ibrahimjibr...@gmail.com> wrote:
> Salam,
>
> I have written a hotkey script which can be used with this 
> program:http://www.autohotkey.com/
>
> Basically i have made use of the up down left and right arrow keys,
> the mouse scroll wheel to go to next and previous ayah.
>
> Now its much easier to navigate using this script!
> Copy everything in between "#IfWinActive" below after installing the
> program above, it should work.
>
> #IfWinActive ahk_class SWT_Window0
>
> ; Up key for previous ayah
> up::^!-
>
> ; Down key for next ayah
> down::^!=
>
> ; Space key for Play and Pause
> space::^p
>
> ; NumpadEnter key for Stop
> NumpadEnter::^s
>
> ; Right key for next Surah
> right::^!down
>
> ; Left key for previous Surah
> left::^!up
>
> ; Wheel up and down for previous and next Ayah
> WheelUp::!left
> WheelDown::!right
>
> ; Button 1 and 2 for play and stop (Logitech G500)
> ; Disable the following two lines
> ; if your mouse does not have extra buttons
> XButton2::^p
> XButton1::^s
>
> ; Scroll left and right for previous and next surah (Logitech G500)
> ; Disable the following two lines
> ; if your mouse does not have left and right scroll
> WheelLeft::^!up
> WheelRight::^!down
>
> #IfWinActive

-- 
You received this message because you are subscribed to the Google Groups 
"zekr" group.
To post to this group, send email to z...@googlegroups.com.
To unsubscribe from this group, send email to zekr+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/zekr?hl=en.

Reply via email to