diff --git a/debian/changelog b/debian/changelog index be721dc..ed09ee1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hamonikr-system (8.0.8) unstable; urgency=medium + + * Update www shortcut + + -- HamoniKR Fri, 20 Sep 2024 08:09:47 +0900 + hamonikr-system (8.0.7) unstable; urgency=medium * Changed ask_openai.conf file name diff --git a/usr/local/bin/set-user-env b/usr/local/bin/set-user-env index fecdc76..364052e 100755 --- a/usr/local/bin/set-user-env +++ b/usr/local/bin/set-user-env @@ -48,7 +48,8 @@ set_keyboard_shortcuts() { # 단축키 if command -v shutter &> /dev/null ; then if ! command -v ask_openai &> /dev/null ; then - log "update default keyboard shortcut settings for shutter" + log "update default keyboard shortcut settings for shutter" + gsettings set org.cinnamon.desktop.keybindings.media-keys www "['w']" gsettings set org.cinnamon.desktop.keybindings.custom-keybinding:/org/cinnamon/desktop/keybindings/custom-keybindings/custom0/ binding "['p']" gsettings set org.cinnamon.desktop.keybindings.custom-keybinding:/org/cinnamon/desktop/keybindings/custom-keybindings/custom0/ command 'shutter -s' gsettings set org.cinnamon.desktop.keybindings.custom-keybinding:/org/cinnamon/desktop/keybindings/custom-keybindings/custom0/ name '특정영역 화면캡처' @@ -57,7 +58,8 @@ set_keyboard_shortcuts() { gsettings set org.cinnamon.desktop.keybindings.custom-keybinding:/org/cinnamon/desktop/keybindings/custom-keybindings/custom1/ name '선택한 윈도우 화면캡처' gsettings set org.cinnamon.desktop.keybindings custom-list "['custom0','custom1']" else - log "update default keyboard shortcut settings for shutter and ask_openai" + log "update default keyboard shortcut settings for shutter and ask_openai" + gsettings set org.cinnamon.desktop.keybindings.media-keys www "['w']" gsettings set org.cinnamon.desktop.keybindings.custom-keybinding:/org/cinnamon/desktop/keybindings/custom-keybindings/custom0/ binding "['p']" gsettings set org.cinnamon.desktop.keybindings.custom-keybinding:/org/cinnamon/desktop/keybindings/custom-keybindings/custom0/ command 'shutter -s' gsettings set org.cinnamon.desktop.keybindings.custom-keybinding:/org/cinnamon/desktop/keybindings/custom-keybindings/custom0/ name '특정영역 화면캡처' @@ -71,7 +73,8 @@ set_keyboard_shortcuts() { fi else if command -v ask_openai &> /dev/null ; then - log "update default keyboard shortcut settings for ask_openai" + log "update default keyboard shortcut settings for ask_openai" + gsettings set org.cinnamon.desktop.keybindings.media-keys www "['w']" gsettings set org.cinnamon.desktop.keybindings.custom-keybinding:/org/cinnamon/desktop/keybindings/custom-keybindings/custom0/ binding "['a']" gsettings set org.cinnamon.desktop.keybindings.custom-keybinding:/org/cinnamon/desktop/keybindings/custom-keybindings/custom0/ command 'ask_openai' gsettings set org.cinnamon.desktop.keybindings.custom-keybinding:/org/cinnamon/desktop/keybindings/custom-keybindings/custom0/ name 'AI 질의'