/etc/gjacktransportrc is in gjacktransport 0.6.1-1build1.
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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | # config file for gjacktransport
#
# lines beginning with '#' or ';' are ignored.
#
# @sysconfdir@/gjacktransportrc
# $HOME/.gjacktransportrc
# ./gjacktransportrc
#
# NOTE: @sysconfdir@/gjacktransportrc is overwritten by 'make install'
## PRESET/MEMORY ##
# load-memory preset: 01..99
;cur_mem=01
# mem-id 01..99
# 01..last-found-id presets are created - but at least 6
# start/end values are in seconds
# unit: hour:0, min:1, sec:2, audio-frames:3 - used for display not config
# name: must not be empty but may contain whitespaces
;memory_01_name=Preset 1
;memory_01_start=0
;memory_01_end=60.0
;memory_01_unit=2
;memory_02_name=Preset 2
;memory_02_start=0
;memory_02_end=3600.0
;memory_02_unit=1
;memory_03_start=0
;memory_03_end=9000.0
;memory_03_unit=0
;memory_99_start=0
;memory_99_end=60.0
;memory_99_unit=2
## KEYBINDINGS ##
# play/pause -- 'SPACE' - 32
;keybinding_1=32
# fast-rew -- 'v' - 118
;keybinding_2=118
# fast-ffw -- 'n' - 110
;keybinding_3=110
# play -- 'b' - 98
;keybinding_4=98
# pause -- 'p' - 112
;keybinding_5=112
# rewind -- 'r' - 114
;keybinding_6=114
# skip-start -- '<' - 60
;keybinding_7=60
# skip-end -- '>' - 62
;keybinding_8=62
## SHOW/HIDE TOOL-BARS ##
;tb_all=1
;tb_status=1
;tb_zoom=0
;tb_memory=1
;tb_transport=0
;tb_unit=1
;tb_timelabels=0
## WINDOW POSITION/SIZE ##
win_x=-1
win_y=-1
win_w=-1
win_h=-1
## MISC ##
# set to 1 to auto-connect to JACK
;syncsource=0
# 1: use JACK video-framerate (if set by time-master)
;FR_mode=0
# seek-stride (in seconds)
;seek_stride=10.0
# do not try to use LASH
;no_lash=0
# SMPTE display font and optional size
;smpte_font=Sans
;smpte_font=Monospace 20
|