未読でのスキップ停止はrenpy/character.rpyの362行目
if interact and (not renpy.game.preferences.skip_unseen) and (not renpy.game.context().seen_current(True)) and renpy.config.skipping == "fast":
renpy.config.skipping = None
で処理されてるので、Ctrlキー押下時は設定に関係なくスキップする。
Ctrlキーの状態を知る方法は用意されていないので、キーの押し離しで適当な変数の真偽が変わるようにキーマップを作る。