WordPress Editor Shortcuts Removed as of 4.2 -


has noticed of wordpress 4.2, can no longer use shortcuts, ctrl+3 h3 (command+3 mac)? guess accessibility sake or something, it's killing me.

does know way around it? plugins add these shortcuts in or enable 1 create shortcuts in editor? or simple code snippet can added functions.php enable these shortcuts?

i need solutions both mac , pc.

no need install plugin or adding code in functions.php change key combinations: ctrl + key alt + shift + key

for example: alt + shift + 3 apply heading 3.


edit (by joe—the asker):

thanks answer mani khan, experimented , discovered similar combination macs:

control + option + 3 (makes heading 3)


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -