From 903264426f22b63d232241aabcf9420f782fec89 Mon Sep 17 00:00:00 2001 From: lemke_h Date: Wed, 10 Feb 2021 09:14:30 +0100 Subject: [PATCH] key shortcut change --- eco | 2 +- ipylab | 0 startup_bernina_terminal | 11 +++++++---- 3 files changed, 8 insertions(+), 5 deletions(-) mode change 100644 => 100755 ipylab diff --git a/eco b/eco index f2bf9be..abcc8f3 100755 --- a/eco +++ b/eco @@ -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 diff --git a/ipylab b/ipylab old mode 100644 new mode 100755 diff --git a/startup_bernina_terminal b/startup_bernina_terminal index 32ce005..71aaf7e 100755 --- a/startup_bernina_terminal +++ b/startup_bernina_terminal @@ -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' 'F12' +set_gnome_keyboard_shortcut 'stop_fel' 'feloff' 'Calculator' +set_gnome_keyboard_shortcut 'open_fel' 'felon' 'Calculator' set_gnome_keyboard_shortcut 'eco' 'gnome-terminal -- eco' 'c' +set_gnome_keyboard_shortcut 'eco' 'gnome-terminal -- eco' 'HomePage' +set_gnome_keyboard_shortcut 'launcher' 'launcher' 'HomePage' set_gnome_keyboard_shortcut 'browser' 'firefox' 'b' +set_gnome_keyboard_shortcut 'terminal' 'gnome-terminal' 't' set_gnome_keyboard_shortcut 'browser-as' 'firefox_as' 'b' set_gnome_keyboard_shortcut 'terminal-as' 'gnome-terminal_as' 't' set_gnome_keyboard_shortcut 'winterm' 'winterm' 'w' -set_gnome_keyboard_shortcut 'stop_laser' 'laseroff' 'F4' -set_gnome_keyboard_shortcut 'open_laser' 'laseron' 'F4' +set_gnome_keyboard_shortcut 'stop_laser' 'laseroff' 'Mail' +set_gnome_keyboard_shortcut 'open_laser' 'laseron' 'Mail'