# Blank lines and lines beginning with '#' are ignored # Lines of form 'word = whatever' are bindings lines # An event to bind must be a valid Tk event... see Tk 'bind' manpage # Multiple, space-separated bindings may be listed for the same function # but only the first will be displayed in the corresponding menu item # If a binding is to be displayed differently in help, follow the # binding with the display version in parentheses... like this: # colon->(:) Right paren. is expressed as parenright->()) # A key you don't want to show up in help would have empty parentheses # e.g.: underscore->() # There can be no spaces in the help string # ALT and CMD will be substituted with OS appropriate Alt and Control keys # PGUP/PGDN will be substituted with OS appropriate Page Up/Down keys back = Left forward = Right up_string = Up down_string = Down up_score = PGUP->(Page_Up) down_score = PGDN->(Page_Down) home = Home end = End inc_base = plus->(+) equal->() dec_base = minus->(-) underscore->() new = CMD-n open = CMD-o save = CMD-s export = CMD-e print = CMD-p close = CMD-w quit_safe = CMD-q Escape->(Esc) exit = CMD-backslash->(CMD-\) redraw = CMD-l help = question->(?) CMD-h mode = Key-Tab->(Tab) lyrics_mode = CMD-Key-Tab->(CMD-Tab) mark = CMD-m select_all = CMD-a copy = CMD-c cut = CMD-x paste = CMD-v undo = CMD-u redo = CMD-r del_note = Delete del_pos = Shift-Delete backspace = BackSpace tuning = t blanktab_before = Insert blanktab_after = space whitespace_after = Shift-space whitespace_to_endline = Return bar = bar->(|) backslash->() repeat = ALT-semicolon->(ALT-;) ALT-colon->() mod:0 = ALT-minus->(ALT--) mod:1 = ALT-h mod:2 = ALT-p mod:3 = ALT-Key-6->(ALT-6) # verified next via globaldev site mod:4 = ALT-quoteleft->(ALT-`) mod:5 = ALT-slash->(ALT-/) mod:6 = ALT-backslash->(ALT-\) mod:7 = ALT-s mod:8 = ALT-b mod:9 = ALT-r mod:10 = ALT-t mod:20 = ALT-x #note:(standard tuning).(basefret+ [o=open]) note:E.o = exclam->(!) note:A.o = at->(@) note:D.o = numbersign->(#) note:G.o = dollar->($) note:B.o = percent->(%) note:e.o = asciicircum->(^) note:a.o = ampersand->(&) note:E.0 = Key-1->(1) note:A.0 = Key-2->(2) note:D.0 = Key-3->(3) note:G.0 = Key-4->(4) note:B.0 = Key-5->(5) note:e.0 = Key-6->(6) note:a.0 = Key-7->(7) #note:E.1 = apostrophe->(') note:E.1 = quoteright->(') note:A.1 = comma->(,) note:D.1 = period->(.) note:G.1 = p note:B.1 = y note:e.1 = f note:a.1 = g note:E.2 = a note:A.2 = o note:D.2 = e note:G.2 = u note:B.2 = i note:e.2 = d note:a.2 = h note:E.3 = semicolon->(;) note:A.3 = q note:D.3 = j note:G.3 = k note:B.3 = x note:e.3 = b note:a.3 = m # lyrics mode stuff lyr_left = Left lyr_right = Right lyr_up = Up lyr_down = Down lyr_upsection = PGUP->(Page_Up) lyr_dnsection = PGDN->(Page_Down) lyr_home = Home lyr_end = End lyr_delete = Delete lyr_backspace = BackSpace lyr_enter = Return