Skip to content

Instantly share code, notes, and snippets.

@smifun
smifun / usbuntu_swap_lctl_lwin.md
Last active October 24, 2020 20:22
Ubuntu: Swap LCTL with LWIN

From https://askubuntu.com/a/158014

I just installed Ubuntu 16.04 dual boot on my MBP13" yesterday. For Ubuntu 16.04, here's how i did it:

Step 1: Launch terminal

Step 2: Edit X Keyboard Extension

sudo nano /usr/share/X11/xkb/symbols/pc Step 3: Make the following changes. Ensure your file looks like this:

@smifun
smifun / soaui-popup.groovy
Created December 11, 2015 16:34
Show popup in Soapui in groovy
com.eviware.soapui.support.UISupport.showInfoMessage('This is a popup message')