/usr/bin/fix_bs_and_del is in console-tools 1:0.2.3dbs-65.1ubuntu2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | #!/bin/loadkeys
# Make BackSpace key send a BS, and make Delete key send a DEL
keycode 14 = BackSpace Delete
control keycode 14 = Delete
alt keycode 14 = Meta_Delete
keycode 111 = Delete Remove Remove
control keycode 111 = Remove
shift control keycode 111 = Remove
alt keycode 111 = Remove
control alt keycode 111 = Boot
# Mark Lord
|