aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorNir Lichtman <[email protected]>2024-11-11 21:56:22 +0000
committerDaniel Thompson <[email protected]>2024-11-18 15:20:22 +0000
commit24b2455fe8fce17258fab4bb945d8e6929baeb77 (patch)
tree4f3916bf34a802a4c7e4785d5d7789e58efbe6c5 /tools/perf/scripts/python/parallel-perf.py
parent9c98750eb3079ee6e47a448fe095347821a21b45 (diff)
kdb: fix ctrl+e/a/f/b/d/p/n broken in keyboard mode
Problem: When using kdb via keyboard it does not react to control characters which are supported in serial mode. Example: Chords such as ctrl+a/e/d/p do not work in keyboard mode Solution: Before disregarding non-printable key characters, check if they are one of the supported control characters, I have took the control characters from the switch case upwards in this function that translates scan codes of arrow keys/backspace/home/.. to the control characters. Suggested-by: Douglas Anderson <[email protected]> Signed-off-by: Nir Lichtman <[email protected]> Reviewed-by: Douglas Anderson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Thompson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions