using a proper “compose” key in gnome
26
May
open “system” -> “preferences” -> “keyboard” switch to tab “layouts” click button “options” open section “compose key position” choose the desired key…
my 2 cents
open “system” -> “preferences” -> “keyboard” switch to tab “layouts” click button “options” open section “compose key position” choose the desired key…
a short cheat sheet of commands I used several times to migrate SVN-repositories to GIT… preparation sudo aptitude install subversion git-svn svn co https://my.server.private/repos/my_repo cd my_repo svn log q | grep v ‘^*$’ | cut -d ‘|’ -f 2 | … Read More »