Changeset 9591

Show
Ignore:
Timestamp:
05/07/08 18:24:15 (5 months ago)
Author:
js
Message:

Make Alt-A work again.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/chat_control.py

    r9590 r9591  
    481481                                gajim.interface.emoticons_menu.popup(None, None, 
    482482                                        set_emoticons_menu_position, 1, 0) 
     483 
     484                elif event.keyval == gtk.keysyms.a and \ 
     485                        (event.state & gtk.gdk.MOD1_MASK): # alt + a opens actions menu 
     486                                self.on_actions_button_clicked(None) 
    483487                return False 
    484488