diff --git a/anaconda_bernina_env b/anaconda_bernina_env old mode 100644 new mode 100755 diff --git a/aramis-home b/aramis-home index 883705c..d4da7cf 100755 --- a/aramis-home +++ b/aramis-home @@ -1,4 +1,5 @@ #!/bin/bash +source /opt/gfa/python cd /afs/psi.ch/intranet/SF/Photonics/AramisOverview caqtdm -stylefile sfop.qss -macro chargelim=15,ES-DISPLAY=SAROP-CPCL-ARAMIS-UI:ARAMIS-ES.BB S_PH_Aramis_Overview.ui diff --git a/startup_bernina_terminal b/startup_bernina_terminal old mode 100644 new mode 100755 index 975c5e6..9334d02 --- a/startup_bernina_terminal +++ b/startup_bernina_terminal @@ -1,10 +1,11 @@ #!/bin/bash +source /opt/gfa/python +set_gnome_keyboard_shortcut 'stop_fel' 'feloff' 'F8' +set_gnome_keyboard_shortcut 'open_fel' 'felon' 'F8' set_gnome_keyboard_shortcut 'eco' 'gnome-terminal -- eco' 'c' set_gnome_keyboard_shortcut 'browser' 'firefox' 'b' -set_gnome_keyboard_shortcut 'stop_laser' 'laseroff' '' -set_gnome_keyboard_shortcut 'open_laser' 'laseron' '' -set_gnome_keyboard_shortcut 'stop_fel' 'feloff' '' -set_gnome_keyboard_shortcut 'open_fel' 'felon' '' +set_gnome_keyboard_shortcut 'stop_laser' 'laseroff' 'F4' +set_gnome_keyboard_shortcut 'open_laser' 'laseron' 'F4'