I would like to assign the Alt-Backspace shortcut to pop-global-mark in Emacs (NOX). I tried doing it this way:
(global-set-key [M-backspace] 'pop-global-mark)
That didn't work. I've not been able to find the correct representation of 'backspace', it seems.
I'm on Linux (Gnome) and use the generic US Keyboard layout.