mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/share/byobu/keybindings/f-keys.screen.disable:
- drop a couple of keys that don't exist; should fix F5 refresh errors in byobu-screen, partial fix for LP: #814172
This commit is contained in:
parent
0e1dd3fa8d
commit
e655d92405
2 changed files with 3 additions and 3 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -9,6 +9,9 @@ byobu (5.56) unreleased; urgency=low
|
||||||
* usr/lib/byobu/cpu_temp: LP: #1167176
|
* usr/lib/byobu/cpu_temp: LP: #1167176
|
||||||
- reorder cpu temp detection, as the previous order seemed to
|
- reorder cpu temp detection, as the previous order seemed to
|
||||||
pick up GPU temps before CPU temps
|
pick up GPU temps before CPU temps
|
||||||
|
* usr/share/byobu/keybindings/f-keys.screen.disable:
|
||||||
|
- drop a couple of keys that don't exist; should fix F5 refresh
|
||||||
|
errors in byobu-screen, partial fix for LP: #814172
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 10 Aug 2013 09:23:04 +0100
|
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 10 Aug 2013 09:23:04 +0100
|
||||||
|
|
||||||
|
|
|
@ -53,8 +53,6 @@ bindkey -k k3
|
||||||
bindkey -k k4
|
bindkey -k k4
|
||||||
bindkey "^[[1;3D"
|
bindkey "^[[1;3D"
|
||||||
bindkey "^[[1;3C"
|
bindkey "^[[1;3C"
|
||||||
bindkey "^[[1;6D"
|
|
||||||
bindkey "^[[1;6C"
|
|
||||||
bindkey "^[O1;2R"
|
bindkey "^[O1;2R"
|
||||||
bindkey "^[O1;2S"
|
bindkey "^[O1;2S"
|
||||||
bindkey "^[[1;2A"
|
bindkey "^[[1;2A"
|
||||||
|
@ -80,4 +78,3 @@ bindkey "^[[6;3~"
|
||||||
bindkey -k k8
|
bindkey -k k8
|
||||||
bindkey -k k9
|
bindkey -k k9
|
||||||
bindkey -k F2
|
bindkey -k F2
|
||||||
bindkey "^A"
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue