fixes in setting shortcuts etc.
This commit is contained in:
0
anaconda_bernina_env
Normal file → Executable file
0
anaconda_bernina_env
Normal file → Executable 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
9
startup_bernina_terminal
Normal file → Executable 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'
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user