View Single Post
Posts: 562 | Thanked: 1,732 times | Joined on Jan 2010 @ NYC
#3
Thanks tone! For what ever reason my accelmap weren't working before, but seem to be okay.... very happy now.

I had tried the 2 keysyms. mod earlier but they also didn't work. But I looked into it again and it seems like I had a conflicting keys assigned already
Code:
 # Context actions are also added in init_context_actions
            ('ContextStore', None, _('Save to Most Recently Restored'), 'q', None, self.context_cb),
&
Code:
; (gtk_accel_path "<Actions>/WindowActions/ContextStore" "q")
So after I removed those it work perfectly. Thanks for you help!

x