From e13db0a9bc5ea2c2f52f029643a98e993258c998 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sat, 13 Feb 2010 00:12:11 +0000 Subject: ALLO /p et /n --- src/gui.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/gui.py b/src/gui.py index fd3f7fe8..eb5985c3 100644 --- a/src/gui.py +++ b/src/gui.py @@ -187,7 +187,9 @@ class Gui(object): 'quit': (self.command_quit, _('Usage: /quit\nQuit: Just disconnect from the server and exit poezio.')), 'exit': (self.command_quit, _('Usage: /exit\nExit: Just disconnect from the server and exit poezio.')), 'next': (self.rotate_rooms_right, _('Usage: /next\nNext: Go to the next room.')), + 'n': (self.rotate_rooms_right, _('Usage: /n\nN: Go to the next room.')), 'prev': (self.rotate_rooms_left, _('Usage: /prev\nPrev: Go to the previous room.')), + 'p': (self.rotate_rooms_left, _('Usage: /p\nP: Go to the previous room.')), 'win': (self.command_win, _('Usage: /win \nWin: Go to the specified room.')), 'w': (self.command_win, _('Usage: /w \nW: Go to the specified room.')), 'part': (self.command_part, _('Usage: /part [message]\nPart: disconnect from a room. You can specify an optional message.')), -- cgit v1.2.3