Ran across a couple of threads on this issue:<div><a href="http://forums.fedoraforum.org/showthread.php?t=287800">http://forums.fedoraforum.org/showthread.php?t=287800</a></div><div><a href="http://forums.fedoraforum.org/showthread.php?t=287827">http://forums.fedoraforum.org/showthread.php?t=287827</a><br>
<div><br></div><div><br></div><div>My compact keyboard has no windows key, so am assigning SUP_L to another key.   I also have a trackball mouse and need to make button assignments to get draglock, scrolling, etc. working.</div>
<div><br></div><div>Works fine when applying manually via terminal, but the (apparently) old technique of adding a code block to .xinitrc referencing one&#39;s ~/.Xmodmap is not picked up on login:</div><div><pre style="padding:0.8em 1em 1em;border-width:1px;border-style:dashed solid solid;border-color:rgb(187,204,221);color:rgb(34,34,34);background-color:rgb(235,241,245);line-height:1.1em;overflow:auto;margin-top:0px">
if [ -f $HOME/.Xmodmap ]; then
    /usr/bin/xmodmap $HOME/.Xmodmap
fi</pre></div><div><br></div><div>Anyone know the &quot;new&quot; way to pull this and/or have a workaround?</div><div><br></div><div><br></div></div>