In Drupal 7, only 7 shortcuts are allowed in one shortcut set. If you want to have more slots, add the following line in the settings.php.
$conf['shortcut_max_slots'] = 10;
&anbsp;
It will raise the limit to 10.
Done =)
Reference: Remove the default limit of 7 shortcuts per shortcut set