I am using a text editor which uses shortcut
ctrl+alt+arrowup/arrowdown
which is default key for switching workspaces in fedora 20. So i need to change the shortcut key to make it work in text editor. I changed the shortcut from
Settings>Keyboard>Shortcutsbut still ctrl+alt+arrowup/down switches workspace. So how do i remove the shortcut key to make it work in my text editor?

How to change shortcut for switching between work-space in fedora 20?
5.4k views Asked by Gautam Kumar At
1
There are 1 answers
Related Questions in FEDORA
- How can I reintroduce username an password on git using fedora?
- In fedora Linux, Waydroid opens in fullscreen mode, but in gnome the top panel is not hidden
- compile masstree from source in riscv64
- How to install vim-emu in Fedora 39?
- Intelliji Idea does not see folders on Fedora system
- fedora - login to cockpit web gui using ldap credentials
- AVD crashes with "qemu-system-x86_64 killed by SIGSEGV" on Fedora
- Is it possible to programmatically identify the number of physical USB ports on a Lenovo ThinkCentre?
- How to install yarn locally without adding any dependencies
- PermissionError: [Errno 13] Permission denied: ''
- Visual Studio Code takes years to load and randomly crash on Fedora 36
- VirtualHost using httpd on Fedora is not showing the relative index.html content
- Failed `librocksdb-sys v0.10.0+7.9.2` on Fedora 39
- How do I get systemd-modules-load.service back up and running?
- package installation incomplete on lxc fedora 39 container
Related Questions in GNOME
- In fedora Linux, Waydroid opens in fullscreen mode, but in gnome the top panel is not hidden
- Do Qt based applications run better on KDE Plasma than on Gnome with Qt installed as a dependency?
- Callback function doesn't modify widget
- ValueError: Namespace Xdp not available
- Simple Example of AdwViewSwitcher from libadwaita
- How I can send Ctrl-l key input to the GNOME file chooser dialog with at-spi2?
- How to configure XRDP to work with Gnome on Ubuntu 22.04?
- gnome-search custom provider for a specific user
- Is there any difference between actions in GTK and using signals directly?
- libxml2: Fixed/default attributes in XSD
- Not able to build gnome-calendar on builder
- How to intercept clipboard operations on Linux Wayland/Mutter/GNOME
- Position Selenium Firefox driver
- Python 3: How do I assert that the value of a gobject.GParamSpec is of a particular type?
- Change border color of GtkButton when focused
Related Questions in GNOME-3
- Gnome 3 Classic Icon Placement
- Change WM_CLASS of Dialog (tkinter)
- GTK 3.0 - How to add a theme icon in a treeview column
- Creating a list of widgets in Gtk using C
- ubuntu 20.04 xclip targets has not image types
- What exactly is modified by setting the GNOME display scale through GUI?
- Control Visibility of Gnome-3 On Screen Keyboard in Electron App
- Reference to "window" in Gnome-shell for use in Gnome extensions
- How to handle microphone sound level update event in gnome extensions?
- WebKit2.WebView (and Gnome Browser) doesn't play YouTube videos
- How to access environement variable inside a Gnome-Shell extension
- Consume Node.js library in GJS
- How can I configure a new session on gnome centos 7 to run only my qml interface?
- How to start gnome's built in screen recorder via command line?
- Gnome 3 styling on Fedora 31 corrupted: Black Background in certain apps
Related Questions in FEDORA20
- How do I store information in a .dat file
- LAPACK 3.8.0 installation [znep.out] Error 139
- How to check serial connection between 2 Linux PCs
- Error When Installing DBI Perl Module
- how to install Fedora 20 on usb? (.iso)
- Installing Fedora 20 on Windows 10
- GNU gettext troubleshooting
- Using synce-install-cab in fedora to install cab file
- Launch a program at login without permissions (fedora 20)
- yum install openssl-devel error
- Nginx 404 Not found on Linux Fedora
- Apache 2.4 on Fedora 20 not indexing the directories in the documentroot
- Connecting to openproject installed on a remote fedora20 server
- Why is dd command limiting dummy file size at 2GB?
- How to completely uninstall R on Fedora 20?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Open
dconf-editor, in the left pane navigate toorg > gnome > desktop > wm > keybindings. Then in the right pane scroll down until you see the two keys:switch-to-workspace-downandswitch-to-workspace-up:Click on each key value to edit the shortcuts (so you end up with e.g.
['<Super>Page_Down']and['<Super>Page_Up']respectively).Restart your session.