mirror of
https://github.com/gryf/tabbedalt.git
synced 2025-12-17 19:40:31 +01:00
Removed hardcoded mutt conf
This commit is contained in:
13
tabbed
13
tabbed
@@ -602,19 +602,6 @@ sub tab_key_press {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# additional applications for use with Super (Windows) keys
|
|
||||||
elsif ($event->{state} & urxvt::Mod4Mask) {
|
|
||||||
if ($keysym == 0x6d){ # SUPER+m
|
|
||||||
$self->new_tab("mail", '-e', 'mutt');
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
#
|
|
||||||
#elsif ($keysym == [some_other_key_num]){
|
|
||||||
# $self->new_tab("tab displayed name", "-e", "application", "arg1", "arg2", "...");
|
|
||||||
# return 1;
|
|
||||||
#}
|
|
||||||
}
|
|
||||||
|
|
||||||
()
|
()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user