key shortcut change

This commit is contained in:
2021-02-10 09:14:30 +01:00
parent d084b6a970
commit 903264426f
3 changed files with 8 additions and 5 deletions

2
eco
View File

@@ -5,7 +5,7 @@ default=bernina37
dest=${1:-$default}
source anaconda_env $dest
ipython --pylab --profile=eco --no-banner -i -c "run /sf/bernina/config/src/python/eco/startup_inline.py -l -s bernina"
ipython --pylab --profile=eco --no-banner -i -c "run /sf/bernina/config/src/python/eco/startup_inline_new.py -l -s bernina"
#python /sf/bernina/config/src/python/eco/startup.py -s bernina "$@" -l

0
ipylab Normal file → Executable file
View File

View File

@@ -1,14 +1,17 @@
#!/bin/bash
source /opt/gfa/python
set_gnome_keyboard_shortcut 'stop_fel' 'feloff' 'F12'
set_gnome_keyboard_shortcut 'open_fel' 'felon' '<Super>F12'
set_gnome_keyboard_shortcut 'stop_fel' 'feloff' 'Calculator'
set_gnome_keyboard_shortcut 'open_fel' 'felon' '<Super>Calculator'
set_gnome_keyboard_shortcut 'eco' 'gnome-terminal -- eco' '<Alt><Control>c'
set_gnome_keyboard_shortcut 'eco' 'gnome-terminal -- eco' '<Super>HomePage'
set_gnome_keyboard_shortcut 'launcher' 'launcher' 'HomePage'
set_gnome_keyboard_shortcut 'browser' 'firefox' '<Alt><Control>b'
set_gnome_keyboard_shortcut 'terminal' 'gnome-terminal' '<Alt><Control>t'
set_gnome_keyboard_shortcut 'browser-as' 'firefox_as' '<Alt><Control><Shift>b'
set_gnome_keyboard_shortcut 'terminal-as' 'gnome-terminal_as' '<Alt><Control><Shift>t'
set_gnome_keyboard_shortcut 'winterm' 'winterm' '<Alt><Control><Shift>w'
set_gnome_keyboard_shortcut 'stop_laser' 'laseroff' 'F4'
set_gnome_keyboard_shortcut 'open_laser' 'laseron' '<Super>F4'
set_gnome_keyboard_shortcut 'stop_laser' 'laseroff' 'Mail'
set_gnome_keyboard_shortcut 'open_laser' 'laseron' '<Super>Mail'