BLACK CAT PROGRAMMER

Virtualbox ubuntu copy and paste problem

Virtualbox ubuntu copy and paste problem
Oracle’s VirtualBox allows you copy and paste from the host machine to the guest virtual machine and vice versa. Unfortunately, this feature sometimes does not work properly.

Firstly, be sure you have install the Guest Addition

If it still does not work, you may restart the vboxclient by following commands in terminal

sudo killall BVBoxClient
sudo VBoxClient-all

Posted in notesTagged

Ubuntu disable ctrl+alt+e

iBus binds ctrl + alt + e to enter emoji, but it is quite annoying actually. I did not enter emoji on Ubuntu. More importantly, it collides with the vscode shortcut.

So, how to disable it.

Method 1

In terminal type ibus-setup, go to the emoji tab, and delete the keybindings.

But for some reason, it may not work in VSCode.


https://github.com/Microsoft/vscode/issues/48480

Method 2

  1. Open terminal
  2. enter
    gsettings set org.freedesktop.ibus.panel.emoji hotkey []
  3. Done
Posted in notesTagged ,