From f23452cf9fadf6136b4da16d2bd008a563d5f521 Mon Sep 17 00:00:00 2001 From: lemke_h Date: Sat, 26 Oct 2019 12:53:45 +0200 Subject: [PATCH] fixes in setting shortcuts etc. --- anaconda_bernina_env | 0 aramis-home | 1 + startup_bernina_terminal | 9 +++++---- 3 files changed, 6 insertions(+), 4 deletions(-) mode change 100644 => 100755 anaconda_bernina_env mode change 100644 => 100755 startup_bernina_terminal 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'