agr / noor (http://noor.sf.net/)

A small Quran viewer, written in python.

Clone this repository (size: 1.3 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/agr/noor/
commit 437: 6168ff2f893f
parent 436: ac61d7a638dd
branch: default
bound G to goto aya
Ali Gholami Rudi
16 months ago

Changed (Δ32 bytes):

raw changeset »

README.txt (1 lines added, 1 lines removed)

noorgtk.pyw (1 lines added, 0 lines removed)

Up to file-list README.txt:

@@ -258,7 +258,7 @@ current aya .
258
258
259
259
append digit to number         digits; [0-9]
260
260
clear number                   escape, C-g
261
goto n-th aya                  a, return, M-g
261
goto n-th aya                  a, return, M-g, G
262
262
goto the page before n-th aya  b, S-return, M-G
263
263
goto n-th sura                 s, C-return, C-M-g, s
264
264
goto n-th juz start            J, C-M-return, C-M-G

Up to file-list noorgtk.pyw:

@@ -437,6 +437,7 @@ class NoorWindow(object):
437
437
        gtk.keysyms.Return: _goto_before_aya,
438
438
        ord(' '): _prev_page,
439
439
        ord('?'): _search_backward,
440
        ord('G'): _goto_aya,
440
441
        ord('J'): _goto_juz,
441
442
        ord('K'): _stop_player,
442
443
        ord('M'): _list_bookmarks,