Feature Request: Option to disable F-key bindings in screen-profiles-helper
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| byobu |
Medium
|
Dustin Kirkland | ||
| screen-profiles (Ubuntu) |
Low
|
Dustin Kirkland |
Bug Description
Some utilities like htop have their own F-key bindings, but screen takes them over. It would be nice if there was an option in screen-
Related branches
Dustin Kirkland (kirkland) wrote : | #1 |
Changed in screen-profiles: | |
assignee: | nobody → kirkland |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in screen-profiles: | |
assignee: | nobody → kirkland |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in screen-profiles: | |
status: | Triaged → Fix Committed |
status: | Triaged → Fix Committed |
Launchpad Janitor (janitor) wrote : | #2 |
This bug was fixed in the package screen-profiles - 1.18-0ubuntu1
---------------
screen-profiles (1.18-0ubuntu1) jaunty; urgency=low
* debian/install: install all non-ubuntu profiles into
/usr/
profile as "ubuntu-light"
* debian/rules: call the generate-profiles script as part of the
get-orig-source target; dh_link the ubuntu-light profile to ubuntu (to
maintain legacy compatibility to existing ~/.screenrc-
* profiles/
generated now
* profiles/
redhat-
* profiles/
using a skel file and a set of custom "logos"
* profiles/logos/*: extracted the unique logo component of each profile
and dropped in here
* profiles/
by the generate-profiles script
* select-
have a 'misc' directory in the profile listing, as well as a possibly
duplicated ubuntu and ubuntu-light profiles
* select-
to the screen script, such that it is executed each time screen is run,
rather than on screen profile selection only
* screen-
* debian/install, keybindings/none: install an empty set of keybindings for
the "none" selection
* profiles/common: strip out the automatic loading of the common
keybindings now that each user sets this in their local
* profiles/
caption, put it the skeleton
* select-
-- Dustin Kirkland <email address hidden> Sat, 31 Jan 2009 19:40:51 +0100
Changed in screen-profiles: | |
status: | Fix Committed → Fix Released |
Changed in screen-profiles: | |
status: | Fix Committed → Fix Released |
Thanks for the report, Matt.
Nick Barcet actually has some code for choosing different sets of keybindings (much like the selection of a given profile).
I still need to merge his code. When I do, I'll add a set of keybindings for "none", which you could select if you want to disable them.
:-Dustin