Rename - rename the tab title.
Save - save current tabs to file.Load - load tabs from file.
Lock - any navigation operation inside the tab, would open another tab.
Close* - closing all tabs, closing all except the selected tab.
--
You received this message because you are subscribed to the Google Groups "mucommander-dev" group.
To post to this group, send email to mucomma...@googlegroups.com.
To unsubscribe from this group, send email to mucommander-d...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mucommander-dev?hl=en.
- built correctly
- Could create tabs with Ctrl-Enter.
- Once I created tabs, I was unable to use Ctrl-Left and Ctrl-Right to
move between tabs.
- I had an error (that I could not reproduce) where selecting tabs on
the left actually changed the pane on the right. Possibly something I did.
Here is my xev output for the keypresses that didnt work under linux
(Ctrl-Left)
--------------------------------------------------------------------------------------------------------------------
KeyPress event, serial 33, synthetic NO, window 0x5a00001,
root 0x107, subw 0x0, time 1689032, (29,4), root:(966,187),
state 0x10, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 33, synthetic NO, window 0x5a00001,
root 0x107, subw 0x0, time 1689634, (29,4), root:(966,187),
state 0x14, keycode 113 (keysym 0xff51, Left), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 33, synthetic NO, window 0x5a00001,
root 0x107, subw 0x0, time 1689728, (29,4), root:(966,187),
state 0x14, keycode 113 (keysym 0xff51, Left), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 33, synthetic NO, window 0x5a00001,
root 0x107, subw 0x0, time 1690250, (29,4), root:(966,187),
state 0x14, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
--------------------------------------------------------------------------------------------------------------------
Josh
Other than that, seems to be working in all of my test cases.
Josh