/etc/kinput2/rule.func is in kinput2-common 3.1-12.
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 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | # $Id: rule.func,v 1.4 1999/03/15 09:22:18 ishisone Exp $
# conversion function key bindings
# function key bindings
"" '^J' "" convert
"" Kanji "" convert
"" '^C' "" convert-s
"" '^G' "" unconvert
"" '^F' "" forward
"" '^B' "" backward
"" '^N' "" next
"" mod1-n "" next-s
"" '^P' "" previous
"" mod1-p "" previous-s
"" Right "" forward
"" Left "" backward
"" Down "" next
"" Up "" previous
"" '^A' "" move-top
"" '^E' "" move-bottom
"" shift-Right "" expand
"" shift-Left "" shrink
"" '^L' "" fix
"" '^U' "" clear
"" '^K' "" kill-line
"" '^M' "" carriage-return
"" '^I' "^I" fix
"" '^H' "" backspace
"" Delete "" delete
"" F1 "" to-katakana
"" mod1-1 "" to-katakana
"" F2 "" to-hiragana
"" mod1-2 "" to-hiragana
"" F3 "" to-hankaku
"" mod1-3 "" to-hankaku
"" F4 "" to-zenkaku
"" mod1-4 "" to-zenkaku
"" shift-Escape "" symbol-input
"" F5 "" register
"" '^T' "" register
"" @keypad "&"
"" @printable "&"
|