fixes in setting shortcuts etc.

This commit is contained in:
2019-10-26 12:53:45 +02:00
parent 23a2374ffe
commit f23452cf9f
3 changed files with 6 additions and 4 deletions

0
anaconda_bernina_env Normal file → Executable file
View File

View File

@@ -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

9
startup_bernina_terminal Normal file → Executable file
View File

@@ -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' '<Super>F8'
set_gnome_keyboard_shortcut 'eco' 'gnome-terminal -- eco' '<Alt><Control>c'
set_gnome_keyboard_shortcut 'browser' 'firefox' '<Alt><Control>b'
set_gnome_keyboard_shortcut 'stop_laser' 'laseroff' '<F4>'
set_gnome_keyboard_shortcut 'open_laser' 'laseron' '<Super><F4>'
set_gnome_keyboard_shortcut 'stop_fel' 'feloff' '<F8>'
set_gnome_keyboard_shortcut 'open_fel' 'felon' '<Super><F8>'
set_gnome_keyboard_shortcut 'stop_laser' 'laseroff' 'F4'
set_gnome_keyboard_shortcut 'open_laser' 'laseron' '<Super>F4'