How to Stop Application Switcher ?
$a1=array("a"=>"red","b"=>"green","c"=>"blue","d"=>"yellow"); $a2=array("e"=>"red","f"=>"green","g"=>"blue"); $result=array_diff($a1,$a2); print_r($result); ______________________________________________________ <script type="text/javascript"> $(document).ready(function(){ $("input[type='radio']").click(function(){ var radioValue = $("input[name='duration']:checked").val(); if(radioValue){ alert("Your are a - " + radioValue); } }); }); </script> $(document).on("click", ".upappdesc", function(){ // alert($(this).data('id')); var option = $(this).data("cat").split(","); // alert($(this).data(...
ReplyDeleteIt's due to Unity and Compiz's application switchers both being enabled with the same keybinding (alt+tab).
You can disable the Compiz Application Switcher by:
sudo apt install compizconfig-settings-manager
Open the CompizConfig Settings Manager by launching "ccsm"
Select "Window Management"
Uncheck "Application Switcher"