262b5b336b27a32a24a4bb9ca97178380e3e64e0
brianlee
  Wed Aug 12 12:37:38 2015 -0700
Adding a temporary hgwbeta.hg.conf setting enabling hot keys refs #15370

diff --git confs/hgwbeta.hg.conf confs/hgwbeta.hg.conf
index 3b292db..70297f2 100644
--- confs/hgwbeta.hg.conf
+++ confs/hgwbeta.hg.conf
@@ -1,26 +1,29 @@
 
 # Config file for the UCSC Human Genome server
 
 # the format is in the form of name/value pairs
 # written 'name=value' (note that there is no space between
 # the name and its value. Also, no blank lines should be in
 # this file
 ###########################################################
 
 include hg.conf.private
 
+# Temporary setting to allow testing hotkeys on beta refs #15370
+hotkeys=1
+
 # trackDb table to use
 db.trackDb=trackDb
 
 # changing to relative path (adding "..")
 browser.background=../images/floretBeta.jpg
 # Comment out to disable new double/query insert highlighting options:
 browser.indelOptions=on
 
 # track search index name.  Since this resides in /gbdb/ then beta must have a uniquely named ix 
 browser.trixPath=/data/trix/$db_trackDb.ix
 
 #  customTracks database is used to hold custom tracks
 #	For performance and security, it is on a separate server.
 #       The database name is fixed at: customTrash
 #       This is a define CUSTOM_TRASH in hg/inc/customTrack.h