답변:
내가 생각해 낸 해결책은 다음과 같습니다.
설치 / 확장없이 매우 빠르고 쉽게 :
설치 dconf-editor
(현재 데비안 / 우분투 배포판에 이미 설치되어 있음) :
sudo apt-get install dconf-editor
dconf-editor
(대시 또는 터미널에서) 열기
"현재 작업 공간 전용"을 true로 설정
.. 그리고 당신은 끝났습니다 :)
간단히:
gsettings set org.gnome.shell.app-switcher current-workspace-only true
dconf-editor
마우스를 너무 많이 설치 하고 둘러 보는 대신 터미널에서이 작업을 수행 할 수도 있습니다.
current-workspace-only
값 을 만들려면
dconf write /org/gnome/shell/app-switcher/current-workspace-only 'true'
지우려면 기본 설정으로 돌아갑니다.
dconf reset /org/gnome/shell/app-switcher/current-workspace-only
dconf-editor
경로, 속성 및 값을 검색 할 수 있다면 더 많이 원합니다 .
gsettings
은 dconf
값을 설정하는 상위 수준의 API 일뿐입니다 (dconf에 직접 액세스하는 것보다 일반적으로 선호 될 것입니다)
고정 된 것 같습니다
gsettings set org.gnome.shell.window-switcher current-workspace-only true
gsettings set org.gnome.shell.app-switcher current-workspace-only true
.window-switcher
)
현재 작업 공간에서 열린 창을 탭하고 열려있는 모든 응용 프로그램 (모든 작업 공간에서)을 탭하려는 경우 키보드 단축키를 변경하여이를 수행 할 수 있습니다.
설정> 장치> 키보드 (우분투 17.10)에서 :
org.gnome.shell.app-switcher current-workspace-only false
와org.gnome.shell.window-switcher current-workspace-only true
이 경우 도 할 스위처에서 응용 프로그램을 그룹 해제 당신은 공식적으로 지원 추가 할 수 있습니다 AlternateTab 확장을 .
또한 :
실제로 Ubuntu는 곧 출시 될 Ubuntu (19.04) 버전 에서 Alt+ 로 대체 tab탭을 기본값으로 사용하지만 현재 기본 앱 전환기는 Super+로 유지됩니다 tab.
여기에있는 다른 솔루션은 Ubuntu 18.04.1에서 작동하지 않지만 Alt Tab Workspace 확장 기능이 작동했습니다.