]> git.pld-linux.org Git - packages/amaroc.git/blob - amaroc-keys.patch
- correct changelog
[packages/amaroc.git] / amaroc-keys.patch
1 --- amaroc.py   2008-03-07 10:22:41.462309113 +0200
2 +++ amaroc.py   2009-01-03 16:46:54.718550196 +0200
3 @@ -292,8 +292,8 @@
4         scroll_list(the_offset)
5         scroll.move(cur_y, 1)
6         c = stdscr.getch()
7 -       if c == ord('x'): err=0; break
8 -       elif c == ord('h'):
9 +       if c == ord('x') or c == ord('q'): err=0; break
10 +       elif c == ord('h') or c == ord('?'):
11                 displayhelp()
12         elif c == ord('d'): 
13                 ret = ak_basic('next')
14 @@ -307,7 +307,7 @@
15                         err = 1
16                         break
17                 statuswin('Previous track')
18 -       elif c == ord(' '):
19 +       elif c == ord(' ') or c == 10:
20                 ret = playindex(str(the_offset+cur_y))
21                 if ret == 0:
22                         err =  1
This page took 1.360136 seconds and 4 git commands to generate.