annotate .config/xfce4/terminal/accels.scm @ 201:3406742894fc

compute (component) uri lengths and a few other properties
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Tue, 05 Dec 2023 10:35:15 +0000
parents cec930a032ef
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
1 ; xfce4-terminal GtkAccelMap rc-file -*- scheme -*-
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
2 ; this file is an automated accelerator map dump
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
3 ;
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
4 (gtk_accel_path "<Actions>/terminal-window/goto-tab-2" "<Alt>2")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
5 (gtk_accel_path "<Actions>/terminal-window/goto-tab-6" "<Alt>6")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
6 ; (gtk_accel_path "<Actions>/terminal-window/copy-input" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
7 ; (gtk_accel_path "<Actions>/terminal-window/close-other-tabs" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
8 ; (gtk_accel_path "<Actions>/terminal-window/move-tab-right" "<Primary><Shift>Page_Down")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
9 (gtk_accel_path "<Actions>/terminal-window/goto-tab-7" "<Alt>7")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
10 ; (gtk_accel_path "<Actions>/terminal-window/set-title-color" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
11 ; (gtk_accel_path "<Actions>/terminal-window/edit-menu" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
12 ; (gtk_accel_path "<Actions>/terminal-window/zoom-menu" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
13 (gtk_accel_path "<Actions>/terminal-window/goto-tab-1" "<Alt>1")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
14 ; (gtk_accel_path "<Actions>/terminal-window/fullscreen" "F11")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
15 ; (gtk_accel_path "<Actions>/terminal-window/read-only" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
16 (gtk_accel_path "<Actions>/terminal-window/goto-tab-5" "<Alt>5")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
17 ; (gtk_accel_path "<Actions>/terminal-window/preferences" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
18 ; (gtk_accel_path "<Actions>/terminal-window/reset-and-clear" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
19 ; (gtk_accel_path "<Actions>/terminal-window/about" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
20 (gtk_accel_path "<Actions>/terminal-window/goto-tab-4" "<Alt>4")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
21 ; (gtk_accel_path "<Actions>/terminal-window/close-window" "<Primary><Shift>q")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
22 ; (gtk_accel_path "<Actions>/terminal-window/reset" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
23 ; (gtk_accel_path "<Actions>/terminal-window/save-contents" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
24 (gtk_accel_path "<Actions>/terminal-window/toggle-menubar" "F10")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
25 ; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary><Shift>c")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
26 ; (gtk_accel_path "<Actions>/terminal-window/copy-html" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
27 ; (gtk_accel_path "<Actions>/terminal-window/last-active-tab" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
28 ; (gtk_accel_path "<Actions>/terminal-window/show-borders" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
29 ; (gtk_accel_path "<Actions>/terminal-window/view-menu" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
30 ; (gtk_accel_path "<Actions>/terminal-window/detach-tab" "<Primary><Shift>d")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
31 ; (gtk_accel_path "<Actions>/terminal-window/scroll-on-output" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
32 ; (gtk_accel_path "<Actions>/terminal-window/show-toolbar" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
33 ; (gtk_accel_path "<Actions>/terminal-window/next-tab" "<Primary>Page_Down")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
34 ; (gtk_accel_path "<Actions>/terminal-window/tabs-menu" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
35 ; (gtk_accel_path "<Actions>/terminal-window/search-next" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
36 ; (gtk_accel_path "<Actions>/terminal-window/search-prev" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
37 ; (gtk_accel_path "<Actions>/terminal-window/undo-close-tab" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
38 ; (gtk_accel_path "<Actions>/terminal-window/set-title" "<Primary><Shift>s")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
39 ; (gtk_accel_path "<Actions>/terminal-window/contents" "F1")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
40 ; (gtk_accel_path "<Actions>/terminal-window/zoom-reset" "<Primary>0")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
41 ; (gtk_accel_path "<Actions>/terminal-window/close-tab" "<Primary><Shift>w")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
42 ; (gtk_accel_path "<Actions>/terminal-window/new-tab" "<Primary><Shift>t")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
43 ; (gtk_accel_path "<Actions>/terminal-window/new-window" "<Primary><Shift>n")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
44 ; (gtk_accel_path "<Actions>/terminal-window/terminal-menu" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
45 ; (gtk_accel_path "<Actions>/terminal-window/show-menubar" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
46 ; (gtk_accel_path "<Actions>/terminal-window/select-all" "<Primary><Shift>a")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
47 ; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary><Shift>v")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
48 (gtk_accel_path "<Actions>/terminal-window/goto-tab-9" "<Alt>9")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
49 ; (gtk_accel_path "<Actions>/terminal-window/move-tab-left" "<Primary><Shift>Page_Up")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
50 ; (gtk_accel_path "<Actions>/terminal-window/search" "<Primary><Shift>f")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
51 ; (gtk_accel_path "<Actions>/terminal-window/file-menu" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
52 ; (gtk_accel_path "<Actions>/terminal-window/prev-tab" "<Primary>Page_Up")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
53 ; (gtk_accel_path "<Actions>/terminal-window/paste-selection" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
54 ; (gtk_accel_path "<Actions>/terminal-window/zoom-in" "<Primary>plus")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
55 ; (gtk_accel_path "<Actions>/terminal-window/zoom-out" "<Primary>minus")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
56 (gtk_accel_path "<Actions>/terminal-window/goto-tab-8" "<Alt>8")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
57 ; (gtk_accel_path "<Actions>/terminal-window/help-menu" "")
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
58 (gtk_accel_path "<Actions>/terminal-window/goto-tab-3" "<Alt>3")