/usr/share/openmsx/scripts/keybindings.tcl is in openmsx-data 0.8.2-2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | # Since we are now supporting specific platforms we need a
# solution to support key bindings for multiple devices.
if {[string match *-dingux* $::tcl_platform(osVersion)]} {
bind_default TAB -repeat "volume_control -2"
bind_default BACKSPACE -repeat "volume_control +2"
}
|